lfk-client-js/dist/models/UpdateScanStation.d.ts
2023-02-02 09:42:58 +00:00

6 lines
102 B
TypeScript

export type UpdateScanStation = {
id: number;
description?: string;
enabled?: boolean;
};