apps/gateway/src/types/fastify.d.ts
Metadata
- Purpose: Source artifact in the anchor-msp system.
- Domain:
applications - Language:
ts - Bytes: 103
- Lines: 8
- Content hash (short):
9a6223e9 - Source (start): apps/gateway/src/types/fastify.d.ts:1
- Source (end): apps/gateway/src/types/fastify.d.ts:8
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;
}
}