UNPKG

135 BTypeScriptView Raw
1import type { Options } from 'body-parser';
2export type NestExpressBodyParserOptions<T extends Options = Options> = Omit<T, 'verify'>;