5 lines
55 B
TypeScript
5 lines
55 B
TypeScript
export interface Uom {
|
|
code: string
|
|
name: string
|
|
}
|
export interface Uom {
|
|
code: string
|
|
name: string
|
|
}
|