lsync API
    Preparing search index...

    Variable syncChangesQuerySchemaConst

    syncChangesQuerySchema: ZodObject<
        {
            collections: ZodRecord<ZodString, ZodNumber>;
            limit: ZodOptional<ZodNumber>;
        },
        $strip,
    > = ...