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