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