API Reference
    Preparing search index...

    This type represents the request object that is passed to each middleware in the middleware chain.

    type MiddyLikeRequest = {
        context: Context;
        error: Error | null;
        event: unknown;
        internal: { [key: string]: unknown };
        response: unknown | null;
    }
    Index

    Properties

    context: Context
    error: Error | null
    event: unknown
    internal: { [key: string]: unknown }
    response: unknown | null