nope/modules/xetics-lean-connector/generated/models/StationShiftPlanDTO.ts
2021-08-26 20:47:05 +02:00

8 lines
157 B
TypeScript

/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type StationShiftPlanDTO = {
shiftPlanId?: number;
stationId?: number;
}