UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

7 lines (5 loc) 210 B
import Joi from 'joi'; import { ResourceDownloadSchema } from '../resource-download-schema'; export const LabelDownloadSchema = ResourceDownloadSchema.keys({ label_data: Joi.string().optional().empty(), });