Skip to content

@vkontakte/calls-sdk / JSONType

Type Alias: JSONType

ts
type JSONType = 
  | string
  | number
  | boolean
  | null
  | JSONObject
  | JSONArray;

JSON-совместимый тип данных