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