UNPKG

@itwin/presentation-backend

Version:

Backend of iTwin.js Presentation library

17 lines 488 B
/** @packageDocumentation * @module Core */ import { Schema } from "@itwin/core-backend"; /** @internal */ export declare class PresentationRules extends Schema { static get schemaName(): string; /** Registers this schema and it's elements' classes */ static registerSchema(): void; } /** @internal */ export declare namespace PresentationRules { enum CodeSpec { Ruleset = "PresentationRules:Ruleset" } } //# sourceMappingURL=PresentationRulesDomain.d.ts.map