Variable FeedEntrySchemaConst
FeedEntrySchema: ZodEffects<
ZodObject<
{
content: ZodOptional<ZodString>;
"content:encoded": ZodOptional<ZodString>;
contentSnippet: ZodOptional<ZodString>;
description: ZodOptional<ZodString>;
isoDate: ZodOptional<ZodDate>;
link: ZodString;
pubDate: ZodOptional<ZodDate>;
title: ZodString;
},
"strip",
ZodTypeAny,
{
content?: string;
"content:encoded"?: string;
contentSnippet?: string;
description?: string;
isoDate?: Date;
link: string;
pubDate?: Date;
title: string;
},
{
content?: string;
"content:encoded"?: string;
contentSnippet?: string;
description?: string;
isoDate?: Date;
link: string;
pubDate?: Date;
title: string;
},
>,
{
content: undefined
| string;
"content:encoded": undefined | string;
contentSnippet: undefined | string;
date: Date;
description: undefined | string;
link: string;
title: string;
},
{
content?: string;
"content:encoded"?: string;
contentSnippet?: string;
description?: string;
isoDate?: Date;
link: string;
pubDate?: Date;
title: string;
},
> = ...
The expected format fetched RSS feed entries