export enum RegistrationActionKey {
  ARCHIVE = 'archive',
  WAITLIST_RELEASE = 'waitlist_release',
  WAITLIST_DENY = 'waitlist_deny',
  SEAT_TRANSFER = 'seat_transfer',
}
