UNPKG

kuzzle-sdk

Version:
5 lines (4 loc) 128 B
/** * An interface representing an object with string key and any value */ export type JSONObject = Record<PropertyKey, any>;