import { IParty } from "./party.interface"; export interface IAgreementPayer { agreementPayerFullName: string; agreementPayerPartyKey: string; party: IParty; }