Variable AudienceEntryFieldsConst
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.