UNPKG

@tokens-studio/types

Version:

![NPM version badge](https://img.shields.io/npm/v/@tokens-studio/types) ![License badge](https://img.shields.io/github/license/tokens-studio/types)

12 lines (11 loc) 372 B
import { TokenSetStatus } from '../constants/TokenSetStatus.js'; export type ThemeObject = { id: string; name: string; group?: string; selectedTokenSets: Record<string, TokenSetStatus>; $figmaStyleReferences?: Record<string, string>; $figmaVariableReferences?: Record<string, string>; $figmaCollectionId?: string; $figmaModeId?: string; };