UNPKG

@shipengine/connect-order-source-api

Version:

This is the typescript/javascript definitions for the order source api

7 lines (6 loc) 285 B
import { DetailedError } from '../models'; /** @description This represents an error caused by external authorization issues */ export declare class UnauthorizedResponse { /** @description a list of errors associated with this response */ detailed_errors?: DetailedError[]; }