import type { Ref } from './common'; import type { IUser } from './user'; export type IExternalAccount

= { providerType: P; accountId: string; user: Ref; };