lfk-client-js/dist/models/CreateTrackScan.d.ts

5 lines
83 B
TypeScript
Raw Normal View History

2021-01-08 19:56:49 +00:00
export declare type CreateTrackScan = {
2021-01-10 17:19:49 +00:00
card: number;
2021-03-18 16:01:26 +00:00
station?: number;
2021-01-08 19:56:49 +00:00
};