import { IParty } from "./party.interface"; export interface IEmployerList { employerContactPointKey: string; employerFullName: string; employerPartyKey: string; party: IParty; }