snippetSchema
Nosible API Client / snippetSchema
Variable: snippetSchema
constsnippetSchema:ZodObject<{url_hash:ZodString;snippet_hash:ZodString;prev_snippet_hash:ZodNullable<ZodString>;next_snippet_hash:ZodNullable<ZodString>;content:ZodString;words:ZodOptional<ZodString>;language:ZodString;statistics:ZodOptional<ZodObject<{sentences:ZodNumber;words:ZodNumber;characters:ZodNumber;links:ZodOptional<ZodNumber>;images:ZodOptional<ZodNumber>; },$strip>>;links:ZodOptional<ZodRecord<ZodString,ZodString>>;images:ZodOptional<ZodArray<ZodString>>; },$strip>
Defined in: src/scrape/types.ts:11
Zod schemas for scrape types.