feat: temp barcode templates

This commit is contained in:
2024-05-07 08:07:18 +03:00
parent e157406787
commit 90802acc56
30 changed files with 723 additions and 26 deletions

4
src/types/utils.ts Normal file
View File

@@ -0,0 +1,4 @@
export type ObjectWithNameAndId = {
id: number;
name: string;
}