Skip to content

Variable: SavedSearchSchema

ts
const SavedSearchSchema: ZodObject<{
  id: ZodString;
  name: ZodOptional<ZodString>;
  pos: ZodOptional<ZodUnion<readonly [ZodCustom<"top" | "bottom" | string & object, "top" | "bottom" | string & object>, ZodNumber]>>;
  query: ZodOptional<ZodString>;
}, $strip>;

Defined in: models/savedSearch.ts:5