timemanager/frontend/src/api/model/advancedScheduleFieldInfo.ts
Sebastian Böckelmann 821c703e29
All checks were successful
Java CI with Maven / build (push) Successful in 47s
Create Advanced Scheduler and adapt Scheduler
2023-11-11 20:54:06 +01:00

19 lines
459 B
TypeScript

/**
* API Title
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export interface AdvancedScheduleFieldInfo {
scheduleStartTime: string;
scheduleStopTime: string;
}