UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

5 lines (4 loc) 140 B
import { ResourceDownload } from '../resource-download'; export interface FormDownload extends ResourceDownload { form_data?: string; }