@resistdesign/voltra
    Preparing search index...

    Type Alias LambdaResponse

    Lambda-style response payload.

    type LambdaResponse = {
        body: string;
        statusCode: number;
    }
    Index

    Properties

    Properties

    body: string

    Serialized response body.

    statusCode: number

    HTTP status code for the response.