UNPKG

@themost/web

Version:

MOST Web Framework 2.0 - Web Server Module

14 lines (11 loc) 488 B
// @themost-framework 2.0 Codename Blueshift Copyright (c) 2017-2025, THEMOST LP All rights reserved import {HttpApplication} from "./app"; import {HttpJsonResult} from "./mvc"; import {ODataModelBuilder} from "@themost/data"; export declare class ODataModelBuilderConfiguration { static config(app: HttpApplication): Promise<any>; static configSync(app: HttpApplication): ODataModelBuilder; } export declare class ODataJsonResult extends HttpJsonResult { entitySet: any; }