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