Anul 3 Semestrul 1
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export type Drug = {
|
||||
id: number;
|
||||
name: string;
|
||||
category: string;
|
||||
price: number;
|
||||
numberOfUnits: number;
|
||||
manufacturer: string;
|
||||
}
|
||||
|
||||
export type DrugState = {
|
||||
drugList: Drug[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user