frontend/.pnpm-store/v3/files/c1/dfe37b3fb6aea3b86bf82fd818fc65fc6f105ea164690c7e6a5c34d433c7be8b370f11525d13f78c282382815ec7394cabb5cbbcaad6aa55b64f549c4585f9

9 lines
157 B
Plaintext

export type ResponseScanStation = {
id: number;
description?: string;
key?: string;
prefix: string;
track: any;
enabled: boolean;
};