# NestFastifyBodyParserOptions

**Kind:** Type

**Source:** [`packages/platform-fastify/interfaces/nest-fastify-body-parser-options.interface.ts`](https://github.com/nestjs/nest/blob/master/packages/platform-fastify/interfaces/nest-fastify-body-parser-options.interface.ts#L3)

**Part of:** [Platform Fastify](subsystem-packages-platform-fastify)

## Definition

```ts
Omit< Parameters<AddContentTypeParser>[1], 'parseAs' >
```
