UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

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