import type { StandardOutputFields } from './common.js';
export interface AddOrderResponse extends StandardOutputFields {
    OrderID: string;
}
