This commit is contained in:
8
dist/models/ResponseScanStation.d.ts
vendored
Normal file
8
dist/models/ResponseScanStation.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export declare type ResponseScanStation = {
|
||||
id: number;
|
||||
description?: string;
|
||||
key?: string;
|
||||
prefix: string;
|
||||
track: any;
|
||||
enabled: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user