UNPKG

@tsed/formio

Version:
8 lines (7 loc) 263 B
import { PlatformContext } from "@tsed/platform-http"; import { AlterHook } from "../domain/AlterHook.js"; export declare class AlterSkip implements AlterHook { baseUrl: string; whiteList: string[]; transform(value: any, ctx: PlatformContext): any; }