UNPKG

@azure/cosmos

Version:
14 lines 564 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserResponse = void 0; const index_js_1 = require("../../request/index.js"); class UserResponse extends index_js_1.ResourceResponse { constructor(resource, headers, statusCode, user, diagnostics) { super(resource, headers, statusCode, diagnostics); this.user = user; } /** A reference to the {@link User} corresponding to the returned {@link UserDefinition}. */ user; } exports.UserResponse = UserResponse; //# sourceMappingURL=UserResponse.js.map