podcastindex
    Preparing search index...

    Variable searchByPersonParamsSchemaConst

    searchByPersonParamsSchema: ZodObject<
        {
            fulltext: ZodOptional<ZodBoolean>;
            max: ZodOptional<ZodNumber>;
            q: ZodString;
        },
        $strip,
    > = ...