UNPKG

@finos/legend-graph

Version:
30 lines 2.3 kB
/** * Copyright (c) 2020-present, Goldman Sachs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import type { ExternalFormatConnection } from '../../../graph/metamodel/pure/packageableElements/externalFormat/connection/DSL_ExternalFormat_ExternalFormatConnection.js'; import type { UrlStream } from '../../../graph/metamodel/pure/packageableElements/externalFormat/connection/DSL_ExternalFormat_UrlStream.js'; import type { Schema } from '../../../graph/metamodel/pure/packageableElements/externalFormat/schemaSet/DSL_ExternalFormat_Schema.js'; import type { SchemaSet } from '../../../graph/metamodel/pure/packageableElements/externalFormat/schemaSet/DSL_ExternalFormat_SchemaSet.js'; import type { Binding } from '../../../graph/metamodel/pure/packageableElements/externalFormat/store/DSL_ExternalFormat_Binding.js'; import type { BindingTransformer } from '../../../graph/metamodel/pure/packageableElements/externalFormat/store/DSL_ExternalFormat_BindingTransformer.js'; import type { ModelUnit } from '../../../graph/metamodel/pure/packageableElements/externalFormat/store/DSL_ExternalFormat_ModelUnit.js'; export declare const observe_ModelUnit: (metamodel: ModelUnit) => ModelUnit; export declare const observe_Binding: (metamodel: Binding) => Binding; export declare const observe_BindingTransformer: (metamodel: BindingTransformer) => BindingTransformer; export declare const observe_UrlStream: (metamodel: UrlStream) => UrlStream; export declare const observe_ExternalFormatConnection: (metamodel: ExternalFormatConnection) => ExternalFormatConnection; export declare const observe_ExternalFormatSchema: (metamodel: Schema) => Schema; export declare const observe_SchemaSet: (metamodel: SchemaSet) => SchemaSet; //# sourceMappingURL=DSL_ExternalFormat_ObserverHelper.d.ts.map