export enum PaymentTypeEnum {
  FIXED = "FIXED",
  MONTHLY = "MONTHLY",
}
