Type alias TokenUpdateInput

TokenUpdateInput: {
    border?: BorderInput | null;
    boxShadow?: (BoxShadowInput | null)[] | null;
    composition?: CompositionInput | null;
    description?: string | null;
    extensions?: string | null;
    name?: string | null;
    type?: string | null;
    typography?: TypographyInput | null;
    value?: string | null;
}

Type declaration

  • Optional border?: BorderInput | null
  • Optional boxShadow?: (BoxShadowInput | null)[] | null
  • Optional composition?: CompositionInput | null
  • Optional description?: string | null
  • Optional extensions?: string | null
  • Optional name?: string | null
  • Optional type?: string | null
  • Optional typography?: TypographyInput | null
  • Optional value?: string | null

Generated using TypeDoc