UNPKG

ts-odata-client

Version:
5 lines (4 loc) 126 B
/** * Simple types that can be expressed in JSON format */ export type JsonPrimitiveValueTypes = number | string | boolean;