UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

12 lines (11 loc) 265 B
export type Auth = { access_token?: string; api_key?: string; connection_context?: any; credential_metadata?: any; fulfillment_provider_api_code: string; password?: string; url?: string; username?: string; [key: string]: any; };