aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/types/models/oauth/oauth-client.ts
blob: 904a07863f8dcd5910a18277a30f660f28dda4ef (plain) (blame)
1
2
3
import { OAuthClientModel } from '@server/models/oauth/oauth-client'

export type MOAuthClient = Omit<OAuthClientModel, 'OAuthTokens'>