import type * as Vital from "../index.js"; export interface PostOrderResponse { order: Vital.ClientFacingOrder; status: string; message: string; }