Interface: DtcgToken
Defined in: generators/dtcg/src/index.ts:30
A single DTCG token.
Properties
$description?
ts
optional $description?: string;Defined in: generators/dtcg/src/index.ts:33
$type?
ts
optional $type?: string;Defined in: generators/dtcg/src/index.ts:32
$value
ts
$value: string;Defined in: generators/dtcg/src/index.ts:31