feat: frontend
This commit is contained in:
12
ordr-ui/app/client/response/OrderResponse.ts
Normal file
12
ordr-ui/app/client/response/OrderResponse.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface OrderResponse{
|
||||
Id: number;
|
||||
UserId: number;
|
||||
Orderer: string;
|
||||
DateDue: string;
|
||||
DatePlaced: string;
|
||||
AmountPaid: number;
|
||||
OrderTotal: number;
|
||||
AmountDue: number;
|
||||
Filled: boolean;
|
||||
Delivered: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user