UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

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