UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

4 lines (3 loc) 288 B
import { Method, Handler } from '@shipengine/connect-runtime'; import { FulfillmentProviderAppDefinition } from './fulfillment-provider-app-definition'; export declare const createEndpointMapping: (definition: FulfillmentProviderAppDefinition) => [Method, string, Handler | undefined][];