UNPKG

@sotatech/node-fixjs

Version:
11 lines (10 loc) 206 B
/** * Identifies how the response to the request should be transmitted. * tag: 725 * @readonly * @enum {number} (int) */ export declare enum ResponseTransportType { Inband = 0, OutOfBand = 1 }