Type alias TokenSetsQuery

TokenSetsQuery: {
    tokenSets: {
        __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;
    }[];
}

Type declaration

  • tokenSets: {
        __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;
    }[]

Generated using TypeDoc