import { Order } from "../../models"; export const orders: Order.View[] = [ { id: 'id1' }, { id: 'id2' }, { id: 'id3' }, ];