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

8 lines
165 B
TypeScript

/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type UserInterruptionStateDTO = {
interruptionState?: string;
userId?: number;
}