UNPKG

@tsed/common

Version:
5 lines (4 loc) 155 B
import { PlatformResponse } from "../../platform/services/PlatformResponse"; export interface OnResponse { $onResponse(ctx: PlatformResponse): void; }