CompressedDescriptorJSON Type alias

Serialized Descriptor JSON representation.

CompressedDescriptorJSON = Omit<DescriptorJSON, "selectClasses" | "fields"> & { classesMap: { T }, fields: FieldJSON<string>[], selectClasses: SelectClassInfoJSON<string>[] }

Defined in

Last Updated: 29 November, 2022