Skip to content

OnDestroy

@tsed/di

Usage

typescript
import { OnDestroy } from "@tsed/di";

See /packages/di/src/types/common/interfaces/OnDestroy.ts.

Overview

ts
interface OnDestroy {
    $onDestroy(): Promise<any> | void;
}

$onDestroy

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

Released under the MIT License.