Type alias ThemeOptionQuery

ThemeOptionQuery: {
    themeOption?: {
        __typename: "ThemeOption";
        figmaStyleReferences?: string | null;
        figmaVariableReferences?: string | null;
        name: string;
        selectedTokenSets?: string | null;
        urn: string;
    } | null;
}

Type declaration

  • Optional themeOption?: {
        __typename: "ThemeOption";
        figmaStyleReferences?: string | null;
        figmaVariableReferences?: string | null;
        name: string;
        selectedTokenSets?: string | null;
        urn: string;
    } | null

Generated using TypeDoc