Skip to content

x-to-zod / PostProcessorContext

Interface: PostProcessorContext

Defined in: src/PostProcessing/types.ts:20

Properties

build

ts
build: BuildFunctions;

Defined in: src/PostProcessing/types.ts:24


matchPath

ts
matchPath: (pattern) => boolean;

Defined in: src/PostProcessing/types.ts:25

Parameters

pattern

string

Returns

boolean


path

ts
path: (string | number)[];

Defined in: src/PostProcessing/types.ts:21


pathString

ts
pathString: string;

Defined in: src/PostProcessing/types.ts:22


schema

ts
schema: JSONSchemaAny;

Defined in: src/PostProcessing/types.ts:23

Released under the ISC License.