import { Ref } from '~/interfaces/common'; import { IUser } from '~/interfaces/user'; export type IExternalAccount = { _id: ID, providerType: string, accountId: string, user: Ref, }