import { IDefaultAttributes } from './commonInterface'; export interface IInstituteOwnershipHistoryAttributes extends IDefaultAttributes { id: string; instituteId?: string; vendorCompanyId?: string; oldOwnerUserId: string; newOwnerUserId: string; }