Contentful Personalization & Analytics
    Preparing search index...
    ResponseEnvelope: ZodMiniObject<
        {
            data: ZodMiniObject<Record<never, SomeType>, $strip>;
            error: ZodMiniNullable<ZodMiniBoolean<boolean>>;
            message: ZodMiniString<string>;
        },
        $strip,
    > = ...

    Zod schema describing the common envelope structure of responses from the Experience API.

    Concrete responses extend this schema and refine the data property to a more specific shape.