feat: temp barcode templates
This commit is contained in:
4
src/types/utils.ts
Normal file
4
src/types/utils.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type ObjectWithNameAndId = {
|
||||
id: number;
|
||||
name: string;
|
||||
}
|
||||
Reference in New Issue
Block a user