Type alias Raw_Token_typography

Raw_Token_typography: {
    __typename: "Raw_Token_typography";
    typography?: Typography | null;
    value?: string | null;
}

Type declaration

  • __typename: "Raw_Token_typography"
  • Optional typography?: Typography | null
  • Optional value?: string | null

Generated using TypeDoc