UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

7 lines (6 loc) 175 B
/** @description References or messages that appear on a label */ export interface LabelMessage { reference1?: string; reference2?: string; reference3?: string; }