@atomist/automation-client
Version:
Atomist API for software low-level client
18 lines • 485 B
TypeScript
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