fear: add to orderList type
parent
8a9fe74487
commit
6d9ccbc57a
|
|
@ -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…
Reference in New Issue