UNPKG

@shipengine/connect-fulfillment-provider-api

Version:

OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API

8 lines (7 loc) 187 B
/** @description Label sizes */ export declare enum LabelLayouts { /** @description 4x6 inches */ FourBySix = "4x6", /** @description 8.5x11 inches */ Letter = "letter" }