RoadmapShopEvents
Skip to main content

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 declare type PropertiesOf<T> = {
[K in keyof T]: T[K];
};