We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e705069 commit 5808c9aCopy full SHA for 5808c9a
packages/shared/src/types/oauth.ts
@@ -37,6 +37,7 @@ export type LinearOauthProvider = 'linear';
37
export type XOauthProvider = 'x';
38
export type EnstallOauthProvider = 'enstall';
39
export type HuggingfaceOAuthProvider = 'huggingface';
40
+export type VercelOauthProvider = 'vercel';
41
export type CustomOauthProvider = `custom_${string}`;
42
43
export type OAuthProvider =
@@ -68,4 +69,5 @@ export type OAuthProvider =
68
69
| XOauthProvider
70
| EnstallOauthProvider
71
| HuggingfaceOAuthProvider
72
+ | VercelOauthProvider
73
| CustomOauthProvider;
0 commit comments