import { Ref } from './common'; import { IUser } from './user'; export type IExternalAccount
= { providerType: P; accountId: string; user: Ref; };