Skip to Content
APIPlanning Center People TSSrcType AliasesType Alias: JsonValue

planning-center-monorepo v1.0.0


planning-center-monorepo / planning-center-people-ts/src / JsonValue

Type Alias: JsonValue

JsonValue = string | number | boolean | null | {[k: string]: JsonValue; } | JsonValue[]

Defined in: packages/planning-center-base-ts/dist/types/json-api.d.ts:4

Minimal JSON:API 1.0 type definitions aligned with PCO responses