Appearance
typedoc-vitepress-theme-example / customer / CustomerOrderHistory
Interface representing a customer order history.
orderDate: Date;
orderId: string;
totalAmount: number;