export const SEARCHTYPE = "searchtype" export enum CancellationRuleEnum { CancellableBefore6PM = "CancellableBefore6PM", NonCancellable = "NonCancellable", Changeable = "Changeable", }