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

Properties

Properties

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