UNPKG

@tsed/common

Version:
5 lines (4 loc) 149 B
import { PlatformContext } from "../../platform/domain/PlatformContext"; export interface OnRequest { $onResponse(ctx: PlatformContext): void; }