UNPKG

@mintlify/models

Version:

Mintlify models

6 lines (5 loc) 113 B
export type GithubInstallationType = { id: number; owner: string; type?: 'user' | 'organization'; };