function getDict
Get the value of a dict object
export function getDict(id: string): Promise<JSONObject>;
Name | Type | Description |
---|---|---|
id | string | |
Return Value | Promise<JSONObject> |
Get the value of a dict object
export function getDict(id: string): Promise<JSONObject>;
Name | Type | Description |
---|---|---|
id | string | |
Return Value | Promise<JSONObject> |