Files
e2b-dev--e2b/github/client.ts
T
2023-05-26 21:53:30 -07:00

5 lines
206 B
TypeScript

import { getGHInstallationClient } from './installationClient'
import { getGHUserClient } from './userClient'
export type GitHubClient = ReturnType<typeof getGHUserClient | typeof getGHInstallationClient>