export enum WaitlistReleaseTypeEnum {
  PAYMENT = 'PAYMENT',
  OFFLINE = 'OFFLINE',
  INVOICE = 'INVOICE',
}
