chore: restucture list and entry form
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
export interface MedicineBase {
|
||||
name: string
|
||||
code: string
|
||||
}
|
||||
|
||||
export interface Medicine {
|
||||
id: string
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user