Type alias GetAppVariableListResponse
GetAppVariableListResponse: { variables: { id: string; name: string; type: "globalSystem" | "globalCustom" | "addressbookCustom"; dataType: "string" | "number" | "boolean" | "date-time" | "currency" | "percent" | "email" | "url" | "phone-number, E.164" | "picklist"; defaultValue?: any }[] }
Type declaration
-
variables: { id: string; name: string; type: "globalSystem" | "globalCustom" | "addressbookCustom"; dataType: "string" | "number" | "boolean" | "date-time" | "currency" | "percent" | "email" | "url" | "phone-number, E.164" | "picklist"; defaultValue?: any }[]
ZCC variables