UNPKG

@themost/web

Version:

MOST Web Framework 2.0 - Web Server Module

12 lines (9 loc) 331 B
// @themost-framework 2.0 Codename Blueshift Copyright (c) 2017-2025, THEMOST LP All rights reserved import {HttpApplication} from "./app"; export declare interface ServiceConfigurationElement { serviceType: string; strategyType: string; } export declare class ServicesConfiguration { config(app: HttpApplication); }