Type alias Token_typography
Token_
typography
: { __typename
: "Token_typography"; typography
?: Typography | null; value
?: string | null; }
Type declaration
-
__typename: "Token_typography"
-
Optional typography?: Typography | null
-
Optional value?: string | null