import { IAccountTitle } from '../accountTitle'; export type IAccountTitleAsNotification = Pick & { id: string; };