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

6 lines
105 B
TypeScript

export type CreateScanStation = {
description?: string;
track: number;
enabled?: boolean;
};