Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/main/install/js/main/core/src/lib/types/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/main/install/js/main/core/src/lib/types/json.js

export type JsonValue = string | number | boolean | { [x: string]: JsonValue } | Array<JsonValue>;
export type JsonObject = Object<string, JsonValue>;