UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

4 lines (3 loc) 257 B
import { AppDeployment } from '@shipengine/connect-runtime'; import { FulfillmentProviderAppDefinition } from './fulfillment-provider-app-definition'; export declare const buildAppDeployment: (definition: FulfillmentProviderAppDefinition) => AppDeployment;