Type alias OnCreateTokenSetSubscription
On
Create
Token
Set
Subscription
: { onCreateTokenSet
?: { __typename
: "TokenSet"; createdAt
?: string | null; generatorUrn
?: string | null; metadata
?: { __typename
: "Metadata"; createdAt
?: string | null; } | null; name
?: string | null; orderIndex
?: string | null; projectUrn
?: string | null; tokens
: { __typename
: "RawToken"; description
?: string | null; extensions
?: string | null; name
?: string | null; setUrn
?: string | null; type
?: string | null; urn
?: string | null; }[]; type
?: TokenSetType | null; urn
?: string | null; } | null; }
Type declaration
-
Optional onCreateTokenSet?: {
__typename: "TokenSet";
createdAt?: string | null;
generatorUrn?: string | null;
metadata?: {
__typename: "Metadata";
createdAt?: string | null;
} | null;
name?: string | null;
orderIndex?: string | null;
projectUrn?: string | null;
tokens: {
__typename: "RawToken";
description?: string | null;
extensions?: string | null;
name?: string | null;
setUrn?: string | null;
type?: string | null;
urn?: string | null;
}[];
type?: TokenSetType | null;
urn?: string | null;
} | null