UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

9 lines (8 loc) 208 B
/** @description Contact details */ export interface PickupContactDetails { first_name: string; last_name?: string; email: string; phone_number: string; phone_number_extension?: string; }