ExtJSON<T>: { [key: string]: ExtJSON<T> } | ExtJSON<T>[] | number | string | boolean | null | T

This type extends the primitives of data structures that are representable as JSON, by also including T.

Type Parameters

  • T

Generated using TypeDoc