UNPKG

@tsed/common

Version:
5 lines (4 loc) 185 B
import type { PlatformContext } from "../../platform/domain/PlatformContext"; export interface ResponseFilterMethods<T = unknown> { transform(data: T, ctx: PlatformContext): any; }