Skip to content

x-to-zod / PostProcessorConfig

Interface: PostProcessorConfig

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

Extends

Properties

pathPattern?

ts
optional pathPattern?: ProcessorPathPattern;

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

Inherited from

ProcessorConfig.pathPattern


processor

ts
processor: PostProcessor;

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


typeFilter?

ts
optional typeFilter?: string | string[];

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

Released under the ISC License.