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 {
|
interface meta {
|
||||||
id: number
|
id: number
|
||||||
|
model: string
|
||||||
}
|
}
|
||||||
|
|
||||||
interface statusData {
|
interface statusData {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user