Fix/STAY-124 change dates * fix: handle change dates for different rate types * fix: update wrong spelling in cancellation rules * fix: add hover state on links * fix: handle multiroom scenario Approved-by: Erik Tiekstra
8 lines
192 B
TypeScript
8 lines
192 B
TypeScript
export const SEARCHTYPE = "searchtype"
|
|
|
|
export enum CancellationRuleEnum {
|
|
CancellableBefore6PM = "CancellableBefore6PM",
|
|
NotCancellable = "NotCancellable",
|
|
Changeable = "Changeable",
|
|
}
|