mirror of
https://github.com/sartography/uva-covid19-testing-kiosk.git
synced 2025-02-22 04:18:18 +00:00
7 lines
107 B
TypeScript
7 lines
107 B
TypeScript
export interface LineCount {
|
|
id: string;
|
|
lineCount: number;
|
|
locationId: string;
|
|
createdAt: Date;
|
|
}
|