feat(unit): integrate unit api
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
export interface Unit {
|
||||
code: string
|
||||
name: string
|
||||
installation: string | number
|
||||
installation?: string | number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user