Variable: searchResultSchema
constsearchResultSchema:ZodObject<{count:ZodNumber;hits:ZodArray<ZodObject<{fields:ZodRecord<ZodString,ZodUnknown>;id:ZodString;index:ZodOptional<ZodString>;score:ZodNumber; },$strip>>;index:ZodOptional<ZodString>;query:ZodString; },$strip>
Schema for the result of a search.