Type Alias ThemeOptionInput

ThemeOptionInput: {
    figmaCollectionId?: InputMaybe<Scalars["String"]["input"]>;
    figmaModeId?: InputMaybe<Scalars["String"]["input"]>;
    figmaStyleReferences?: InputMaybe<Scalars["JSON"]["input"]>;
    figmaVariableReferences?: InputMaybe<Scalars["JSON"]["input"]>;
    name: Scalars["String"]["input"];
    selectedTokenSets?: InputMaybe<Scalars["JSON"]["input"]>;
}