In this interface we will see the structure of ScheduledData
export interface ScheduledData { shipping_method_code: string; selected_date: string;}
Generated using TypeDoc
In this interface we will see the structure of ScheduledData