export enum AgreementSignatureStatusEnum {
  PENDING = 'Pending',
  SIGNED = 'Signed',
}
