AfterListen
@tsed/platform-http
Usage
typescript
import { AfterListen } from "@tsed/platform-http";
See /packages/platform/platform-http/src/types/common/interfaces/AfterListen.ts.
Overview
ts
interface AfterListen {
$afterListen(): void | Promise<any>;
}
$afterListen
ts
$afterListen(): void | Promise<any>;