@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
8 lines • 343 B
JavaScript
import { ResourceResponse } from "../../request/index.js";
export class PermissionResponse extends ResourceResponse {
constructor(resource, headers, statusCode, permission, diagnostics) {
super(resource, headers, statusCode, diagnostics);
this.permission = permission;
}
}
//# sourceMappingURL=PermissionResponse.js.map