6 lines
72 B
TypeScript
6 lines
72 B
TypeScript
export interface Uom {
|
|
code: string
|
|
name: string
|
|
erp_id: string
|
|
}
|