release/1.0.1 #22
@ -1,5 +1,18 @@
|
||||
export interface OrderListStatistics {
|
||||
title: string
|
||||
value: number
|
||||
icon: string
|
||||
|
||||
}
|
||||
export interface OrderList {
|
||||
total: number
|
||||
statistics: OrderListStatistics[]
|
||||
orders: Order[]
|
||||
}
|
||||
|
||||
interface meta {
|
||||
id: number
|
||||
model: string
|
||||
}
|
||||
|
||||
interface statusData {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user