import type { GhWrapper, Issue } from '@generacy-ai/cockpit'; export interface ListAllIssuesOptions { pageSize?: number; safetyCap?: number; repo?: string; logger?: { warn: (msg: string) => void; }; } /** * Loop `gh.listIssues` until a page returns fewer items than requested. * Advances via a `created:; //# sourceMappingURL=pagination.d.ts.map