Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScheduledData

In this interface we will see the structure of ScheduledData

export interface ScheduledData {
shipping_method_code: string;
selected_date: string;
}

Hierarchy

  • ScheduledData

Index

Properties

selected_date: string
shipping_method_code: string

Generated using TypeDoc