Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface FastifyLikeRequest

    interface FastifyLikeRequest {
        body?: unknown;
        headers?: Record<string, string | string[] | undefined>;
        method?: string;
    }
    Index

    Properties

    body?: unknown
    headers?: Record<string, string | string[] | undefined>
    method?: string