refactor: adapt models to the new api
This commit is contained in:
4
src/shared/structs/PairPeriodTime.ts
Normal file
4
src/shared/structs/PairPeriodTime.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export interface PairPeriodTime {
|
||||
start: string;
|
||||
end: string;
|
||||
}
|
Reference in New Issue
Block a user