UNPKG

@mintlify/models

Version:

Mintlify models

6 lines (5 loc) 118 B
export type GitBranchesResponse = { branches: string[]; nextCursor?: string | null; hasMore?: boolean; };