UNPKG

485 BTypeScriptView Raw
1export declare type ReposQueryVariables = {
2 teamId: string;
3 offset: number;
4};
5export declare type ReposQuery = {
6 ChatTeam: Array<{
7 __typename: "undefined";
8 orgs: Array<{
9 __typename: string;
10 repo: Array<{
11 __typename: string;
12 owner: string | null;
13 name: string | null;
14 } | null> | null;
15 } | null> | null;
16 } | null> | null;
17};
18//# sourceMappingURL=schema.d.ts.map
\No newline at end of file