Aaron Louie da4a140030 WIP: Displays QRCode instead of 1D barcode
Former-commit-id: 5a7dd6b7582fa2dea2131d4997eb6d0b8234eead
2020-09-02 17:09:49 -04:00

7 lines
104 B
TypeScript

export interface Sample {
id: string;
barcodeId: string;
locationId: string;
createdAt: Date;
}