Theme
Group
: { __typename
: "ThemeGroup"; createdAt
: string; name
: string; options
?: (ThemeOption | null)[] | null; projectUrn
?: string | null; updatedAt
: string; urn
: string; }
Type declaration
-
__typename: "ThemeGroup"
-
createdAt: string
-
name: string
-
Optional options?: (ThemeOption | null)[] | null
-
Optional projectUrn?: string | null
-
updatedAt: string
-
urn: string