IgnoreCallback
@tsed/schema
Usage
typescript
import { IgnoreCallback } from "@tsed/schema";
See /packages/specs/schema/src/types/interfaces/IgnoreCallback.ts.
Overview
ts
interface IgnoreCallback {
(value: boolean, ctx: JsonHookContext): boolean;
}
ts
(value: boolean, ctx: JsonHookContext): boolean;