1 2 3
import { OAuthClientModel } from '@server/models/oauth/oauth-client' export type MOAuthClient = Omit<OAuthClientModel, 'OAuthTokens'>