UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

9 lines (6 loc) 200 B
import Joi from 'joi'; export enum LabelSizesEnum { Inches4x6 = 'Inches4x6', Inches4x8 = 'Inches4x8', } export const LabelSizesEnumSchema = Joi.string().valid(...Object.values(LabelSizesEnum));