Type alias UpdateThemeOptionMutation

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

Type declaration

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

Generated using TypeDoc