aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/typings/models/oauth/oauth-client.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/typings/models/oauth/oauth-client.ts')
-rw-r--r--server/typings/models/oauth/oauth-client.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/server/typings/models/oauth/oauth-client.ts b/server/typings/models/oauth/oauth-client.ts
deleted file mode 100644
index 904a07863..000000000
--- a/server/typings/models/oauth/oauth-client.ts
+++ /dev/null
@@ -1,3 +0,0 @@
1import { OAuthClientModel } from '@server/models/oauth/oauth-client'
2
3export type MOAuthClient = Omit<OAuthClientModel, 'OAuthTokens'>