UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

5 lines (3 loc) 187 B
import Joi from 'joi'; import { CustomsContentTypes } from './customs-content-types'; export const CustomsContentTypesSchema = Joi.string().valid(...Object.values(CustomsContentTypes));