@sap_oss/wdio-qmate-service
Version:
[](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[](http
14 lines (13 loc) • 358 B
TypeScript
export declare enum CalculateDates {
TODAY = "today",
TOMORROW = "tomorrow",
NEXT_MONTH = "nextMonth",
PREVIOUS_MONTH = "previousMonth",
NEXT_YEAR = "nextYear",
PREVIOUS_YEAR = "previousYear"
}
export declare enum CalculateTimeAnchors {
CURRENT_TIME = "currentTime",
START_OF_DAY = "startOfDay",
END_OF_DAY = "endOfDay"
}