7 lines
104 B
TypeScript
Raw Permalink Normal View History

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