feat: frontend
This commit is contained in:
7
ordr-ui/app/client/response/ItemHistoryResponse.ts
Normal file
7
ordr-ui/app/client/response/ItemHistoryResponse.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export type ItemHistoryResponse = {
|
||||
ItemId : string
|
||||
ItemName : string
|
||||
ItemPrice: string
|
||||
ValidFrom: string
|
||||
ValidTo : string
|
||||
}
|
||||
Reference in New Issue
Block a user