Type Alias GetTokenSetsQuery

GetTokenSetsQuery: {
    project: {
        branch: {
            tokenSets: {
                data: {
                    name: string;
                    raw?: any | null;
                }[];
            };
        };
    };
}