2020-09-05 23:16:46 -04:00

7 lines
107 B
TypeScript

export interface LineCount {
id: string;
lineCount: number;
locationId: string;
createdAt: Date;
}