feat(unit): integrate unit api

This commit is contained in:
riefive
2025-09-30 12:55:00 +07:00
parent f58c9f537b
commit 829758e0d8
8 changed files with 523 additions and 290 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export interface Unit {
code: string
name: string
installation: string | number
installation?: string | number
}