hipthrusts - v1.2.0
    Preparing search index...

    Interface NextRaw

    interface NextRaw {
        body: any;
        headers: any;
        params: any;
        query: any;
        req: NextRequest;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    body: any
    headers: any
    params: any
    query: any
    req: NextRequest