UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

11 lines 422 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Authorization = void 0; class Authorization { /** @description The access token used to authorize the request */ access_token; /** @description Optional - any additional information required to authorize the request */ connection_context; } exports.Authorization = Authorization; //# sourceMappingURL=authorization.js.map