UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

8 lines (7 loc) 330 B
/** @description This model represents contact information regarding dangerous goods */ export declare class DangerousGoodsContact { /** @description The name associated with dangerous goods contact. */ name?: string; /** @description The phone number associated with dangerous goods contact. */ phone?: string; }