UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

6 lines (5 loc) 154 B
import { LimitIdentifierType } from './limit-identifier-type'; export declare class LimitIdentifier { type: LimitIdentifierType; value: string; }