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

JSONとして表現可能なデータ構造のprimitiveにTを加えた型です。

Type Parameters

  • T

Generated using TypeDoc