Skip to content

OnRoutesInit

@tsed/platform-http

Usage

typescript
import { OnRoutesInit } from "@tsed/platform-http";

See /packages/platform/platform-http/src/types/common/interfaces/OnRoutesInit.ts.

Overview

ts
interface OnRoutesInit {
    $onRoutesInit(): void | Promise<any>;
}

$onRoutesInit

ts
$onRoutesInit(): void | Promise<any>;

Released under the MIT License.