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

Indexable

[property: string]: any

Properties

Properties

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

Type declaration

  • [key: string]: any
name?: string
type: string