UNPKG

150 BTypeScriptView Raw
1import type { AddContentTypeParser } from 'fastify';
2export type NestFastifyBodyParserOptions = Omit<Parameters<AddContentTypeParser>[1], 'parseAs'>;