new lib version [CI SKIP]
This commit is contained in:
7
dist/models/ScanStation.d.ts
vendored
Normal file
7
dist/models/ScanStation.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export declare type ScanStation = {
|
||||
id: number;
|
||||
description?: string;
|
||||
track: string;
|
||||
key: string;
|
||||
enabled: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user