Contentful Personalization & Analytics
    Preparing search index...
    AudienceEntryFields: ZodMiniObject<
        {
            nt_audience_id: ZodMiniString<string>;
            nt_description: ZodMiniOptional<ZodMiniString<string>>;
            nt_name: ZodMiniOptional<ZodMiniString<string>>;
        },
        $catchall<ZodMiniJSONSchema>,
    > = ...

    Zod schema describing the fields of an Audience entry.

    Extends the base EntryFields with audience-specific properties.