6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
export declare type CreateScanStation = {
|
|
description?: string;
|
|
track: number;
|
|
enabled?: boolean;
|
|
};
|