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

Properties

Properties

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