UNPKG

@itwin/clash-detection-client

Version:

Clash Detection client for the iTwin platform

19 lines 989 B
"use strict"; /*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ Object.defineProperty(exports, "__esModule", { value: true }); exports.PreferReturn = void 0; /** * Values for return preference used in `Prefer` header. The header value is formed by joining * `return=` and the enum value. */ var PreferReturn; (function (PreferReturn) { /** Instructs the server to return minimal entity representation. */ PreferReturn["Minimal"] = "minimal"; /** Instructs the server to return full entity representation. */ PreferReturn["Representation"] = "representation"; })(PreferReturn = exports.PreferReturn || (exports.PreferReturn = {})); //# sourceMappingURL=CommonInterfaces.js.map