export declare type ReposQueryVariables = { teamId: string; offset: number; }; export declare type ReposQuery = { ChatTeam: Array<{ __typename: "undefined"; orgs: Array<{ __typename: string; repo: Array<{ __typename: string; owner: string | null; name: string | null; } | null> | null; } | null> | null; } | null> | null; }; //# sourceMappingURL=schema.d.ts.map