mirror of
https://github.com/sartography/uva-covid19-testing-kiosk.git
synced 2025-02-17 01:56:25 +00:00
7 lines
104 B
TypeScript
7 lines
104 B
TypeScript
export interface Sample {
|
|
id: string;
|
|
barcodeId: string;
|
|
locationId: string;
|
|
createdAt: Date;
|
|
}
|