UNPKG

featherbone-shipengine

Version:

Forked and patched version of the official ShipEngine JavaScript SDK for Node.js

7 lines (6 loc) 236 B
/** * The types of address validation messages that can be returned by ShipEngine. * * @see https://www.shipengine.com/docs/addresses/validation/messages/ */ export declare type ValidationMessageType = "info" | "warning" | "error";