import { Order } from "./Order"; export type Orders = { continuation?: string; orders: Array; };