Split types and typings
[oweals/peertube.git] / server / types / models / oauth / oauth-client.ts
1 import { OAuthClientModel } from '@server/models/oauth/oauth-client'
2
3 export type MOAuthClient = Omit<OAuthClientModel, 'OAuthTokens'>