Skip to content

Commit

Permalink
docs(type-providers): replace FastifyLoggerInstance with FastifyBaseL…
Browse files Browse the repository at this point in the history
…ogger (#4304)
  • Loading branch information
samialdury committed Sep 25, 2022
1 parent 450416e commit 9afd588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Reference/Type-Providers.md
Expand Up @@ -218,7 +218,7 @@ server.listen({ port: 3000 })
import { Type } from '@sinclair/typebox'
import {
FastifyInstance,
FastifyLoggerInstance,
FastifyBaseLogger,
RawReplyDefaultExpression,
RawRequestDefaultExpression,
RawServerDefault
Expand All @@ -229,7 +229,7 @@ type FastifyTypebox = FastifyInstance<
RawServerDefault,
RawRequestDefaultExpression<RawServerDefault>,
RawReplyDefaultExpression<RawServerDefault>,
FastifyLoggerInstance,
FastifyBaseLogger,
TypeBoxTypeProvider
>;

Expand Down

0 comments on commit 9afd588

Please sign in to comment.