Home > rc-js-util > TProperty
Signature:
export declare type TProperty<K extends string, TValue> = { [P in K]: TValue; };