Variable CacheSchemaConst
CacheSchema: ZodRecord<
ZodString,
ZodObject<
{
data: ZodObject<
{
date: ZodDate;
preview: ZodOptional<ZodString>;
source: ZodObject<
{
filter: ZodOptional<
ZodFunction<ZodTuple<[(...)], ZodUnknown>, ZodBoolean>,
>;
title: ZodString;
url: ZodString;
},
"strip",
ZodTypeAny,
{
filter?: (...args: [string, ...unknown[]]) => boolean;
title: string;
url: string;
},
{
filter?: (...args: [string, ...unknown[]]) => boolean;
title: string;
url: string;
},
>;
title: ZodString;
url: ZodString;
},
"strip",
ZodTypeAny,
{
date: Date;
preview?: string;
source: {
filter?: (...args: [string, ...unknown[]]) => boolean;
title: string;
url: string;
};
title: string;
url: string;
},
{
date: Date;
preview?: string;
source: {
filter?: (...args: [string, ...unknown[]]) => boolean;
title: string;
url: string;
};
title: string;
url: string;
},
>;
timestamp: ZodDate;
},
"strip",
ZodTypeAny,
{
data: {
date: Date;
preview?: string;
source: {
filter?: (...args: [string, ...unknown[]]) => boolean;
title: string;
url: string;
};
title: string;
url: string;
};
timestamp: Date;
},
{
data: {
date: Date;
preview?: string;
source: {
filter?: (...args: [string, ...unknown[]]) => boolean;
title: string;
url: string;
};
title: string;
url: string;
};
timestamp: Date;
},
>,
> = ...
A mapping of source URLs to cache entries