UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

5 lines (3 loc) 179 B
import Joi from 'joi'; import { TaxIdentifierType } from './tax-identifier-type'; export const TaxIdentifierTypeSchema = Joi.string().valid(...Object.values(TaxIdentifierType));