UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

6 lines (5 loc) 125 B
/** @description Key value pair to allow custom properties */ export class Identifier { type!: string; value!: string; }