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

5 lines
83 B
TypeScript

export type ScanStationHasScansError = {
name: string;
message: string;
};