UNPKG

@shipengine/connect-order-source-api

Version:

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

9 lines (8 loc) 315 B
import Joi from 'joi'; /** @description The response to the RegisteryDeliveryOptions method */ export declare class RegisterDeliveryOptionsResponse { connection_id: string; succeeded: boolean; failure_reason?: string; } export declare const RegisterDeliveryOptionsResponseSchema: Joi.ObjectSchema<any>;