This commit is contained in:
5
dist/models/CreateScan.d.ts
vendored
Normal file
5
dist/models/CreateScan.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export declare type CreateScan = {
|
||||
runner: number;
|
||||
valid?: boolean;
|
||||
distance: number;
|
||||
};
|
||||
Reference in New Issue
Block a user