export type OrderCancelReason = ("customer" | "inventory" | "fraud" | "other" | string);
