UNPKG

@odata2ts/odata2ts

Version:

Flexible generator to produce various TypeScript artefacts (from simple model interfaces to complete odata clients) from OData metadata files

4 lines (3 loc) 175 B
import { DigesterFunction } from "../FactoryFunctionModel.js"; import { SchemaV4 } from "./edmx/ODataEdmxModelV4.js"; export declare const digest: DigesterFunction<SchemaV4>;