UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

8 lines (7 loc) 178 B
/** @description Time window for pickup */ export interface PickupWindow { time_zone_iana: string; pickup_date: string; start_time?: string; end_time?: string; }