import { Order } from './API'; export default interface OrderList { orders: Order[]; next(): Promise; }