@resistdesign/voltra
    Preparing search index...

    Type Alias CloudFunctionResponse

    The response information that sent back to the requester.

    type CloudFunctionResponse = {
        body: string;
        headers: Record<string, string>;
        statusCode: number;
    }
    Index

    Properties

    body: string

    Serialized response payload.

    headers: Record<string, string>

    Headers to include in the response.

    statusCode: number

    HTTP status code to return.