export enum AggrementStatusEnum { NOT_GENERATED = 'Not Generated', GENERATED = 'Generated', SIGNED = 'Signed', }