@itwin/insights-client
Version:
Insights client for the iTwin platform
11 lines • 415 B
TypeScript
/**
* Values for return preference used in `Prefer` header. The header value is formed by joining
* `return=` and the enum value.
*/
export declare enum PreferReturn {
/** Instructs the server to return minimal entity representation. */
Minimal = "minimal",
/** Instructs the server to return full entity representation. */
Representation = "representation"
}
//# sourceMappingURL=Common.d.ts.map