Variable MergeTagEntryConst
MergeTagEntry: ZodMiniObject<
{
fields: ZodMiniObject<
{
nt_fallback: ZodMiniOptional<ZodMiniString<string>>;
nt_mergetag_id: ZodMiniString<string>;
nt_name: ZodMiniString<string>;
},
$strip,
>;
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: ZodMiniLiteral<"nt_mergetag">;
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 Merge Tag Contentful entry.