7 lines
116 B
TypeScript

export declare type Scan = {
id: number;
runner: string;
distance: number;
valid: boolean;
};