AboutSupportDeveloper GuideVersion 40.128.82.13
interface Nothing {
    id?: {
        [key: string]: any;
    };
    name?: string;
    type: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

Properties

Properties

id?: {
    [key: string]: any;
}
name?: string
type: string