Skip to content

pantoken / formats/dtcg/src / DtcgNode

Type Alias: DtcgNode

DtcgNode = { $value: string; $type?: string; } | {[key: string]: DtcgNode; }

Beta

A DTCG token leaf or group.