Skip to main content

apps/gateway/src/types/fastify.d.ts

Metadata

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

No markdown headings detected.

Source Preview

import "fastify";

declare module "fastify" {
interface FastifyRequest {
rawBody?: string;
}
}