Files
infisical/backend/src/services/app-connection/github/github-connection-enums.ts
2025-10-24 19:52:05 +05:30

6 lines
94 B
TypeScript

export enum GitHubConnectionMethod {
OAuth = "oauth",
App = "github-app",
Pat = "pat"
}