feat: work shifts planning
This commit is contained in:
10
src/client/models/UpdatePlanningWorkShiftRequest.ts
Normal file
10
src/client/models/UpdatePlanningWorkShiftRequest.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type UpdatePlanningWorkShiftRequest = {
|
||||
shiftDate: string;
|
||||
positionKeys: Array<string>;
|
||||
userId: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user