Home > @microsoft/api-extractor-model > PropertiesOf
PropertiesOf type
This abstraction is used by the mixin pattern. It describes the "static side" of a class.
Signature:
export type PropertiesOf<T> = {
[K in keyof T]: T[K];
};
Home > @microsoft/api-extractor-model > PropertiesOf
This abstraction is used by the mixin pattern. It describes the "static side" of a class.
Signature:
export type PropertiesOf<T> = {
[K in keyof T]: T[K];
};