@itwin/ecschema-metadata
Version:
ECObjects core concepts in typescript
14 lines • 355 B
TypeScript
/**
* Queries for loading full Schema JSON.
* @internal
*/
export declare const FullSchemaQueries: {
schemaQuery: string;
schemaNoItemsQuery: string;
entityQuery: string;
relationshipClassQuery: string;
mixinQuery: string;
structQuery: string;
customAttributeQuery: string;
};
//# sourceMappingURL=FullSchemaQueries.d.ts.map