Variable AudienceEntryConst
AudienceEntry: ZodMiniObject<
{
fields: ZodMiniObject<
{
nt_audience_id: ZodMiniString<string>;
nt_description: ZodMiniOptional<ZodMiniString<string>>;
nt_name: ZodMiniOptional<ZodMiniString<string>>;
},
$catchall<ZodMiniJSONSchema>,
>;
metadata: ZodMiniObject<
{
tags: ZodMiniArray<
ZodMiniObject<
{
sys: ZodMiniObject<
{
id: ZodMiniString<string>;
linkType: ZodMiniLiteral<"Tag">;
type: ZodMiniLiteral<"Link">;
},
$strip,
>;
},
$strip,
>,
>;
},
$catchall<ZodMiniJSONSchema>,
>;
sys: ZodMiniObject<
{
contentType: ZodMiniObject<
{
sys: ZodMiniObject<
{
id: ZodMiniString<string>;
linkType: ZodMiniLiteral<"ContentType">;
type: ZodMiniLiteral<"Link">;
},
$strip,
>;
},
$strip,
>;
createdAt: ZodMiniAny;
environment: ZodMiniObject<
{
sys: ZodMiniObject<
{
id: ZodMiniString<string>;
linkType: ZodMiniLiteral<"Environment">;
type: ZodMiniLiteral<"Link">;
},
$strip,
>;
},
$strip,
>;
id: ZodMiniString<string>;
locale: ZodMiniOptional<ZodMiniString<string>>;
publishedVersion: ZodMiniNumber<number>;
revision: ZodMiniNumber<number>;
space: ZodMiniObject<
{
sys: ZodMiniObject<
{
id: ZodMiniString<string>;
linkType: ZodMiniLiteral<"Space">;
type: ZodMiniLiteral<"Link">;
},
$strip,
>;
},
$strip,
>;
type: ZodMiniLiteral<"Entry">;
updatedAt: ZodMiniAny;
},
$strip,
>;
},
$strip,
> = ...
Zod schema for a Contentful Audience entry, including system metadata.