Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy committed Oct 28, 2024
1 parent 307b199 commit 30d002b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ import {

import type { RequestValidationError } from './validationError';

type FastifyResponseSchema = ZodType | Record<string, unknown>;

type FastifySwaggerSchemaObject = Omit<oas31.SchemaObject, 'required'> & {
required?: string[] | boolean;
};

export const FASTIFY_ZOD_OPENAPI_CONFIG = Symbol('fastify-zod-openapi-config');
export const FASTIFY_ZOD_OPENAPI_COMPONENTS = Symbol(
'fastify-zod-openapi-components',
Expand Down

0 comments on commit 30d002b

Please sign in to comment.