exportinterfaceCustomExpiry {
order_time: string; // Order time in the format "YYYY-MM-DD HH:mm:ss Z". String Requiredexpiry_duration: number; // Expiry duration. Integer Requiredunit: 'second' | 'minute' | 'hour' | 'day'; // Unit of the expiry duration. String Required
}