Type alias JsonLike

JsonLike: boolean | number | string | null | JsonSerializable | JsonLike[] | { [ P in any]: JsonLike }

Generated using TypeDoc