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