UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

7 lines (6 loc) 180 B
import Joi from 'joi'; export declare enum LabelSizesEnum { Inches4x6 = "Inches4x6", Inches4x8 = "Inches4x8" } export declare const LabelSizesEnumSchema: Joi.StringSchema;