6 lines
110 B
TypeScript
6 lines
110 B
TypeScript
export declare type UpdateScanStation = {
|
|
id: number;
|
|
description?: string;
|
|
enabled?: boolean;
|
|
};
|