export interface INineNineDetailOrCancelOrderData {
    order_id: string;
}
