API Reference
    Preparing search index...
    ApiGatewayV2Envelope: {
        parse<T>(data: unknown, schema: ZodType<T>): T;
        safeParse<T>(data: unknown, schema: ZodType<T>): ParsedResult<unknown, T>;
    } = ...

    API Gateway V2 envelope to extract data within body key

    Type declaration