@wxn0brp/db-core
    Preparing search index...

    Type Alias UpdateQuery<T>

    UpdateQuery: QueryBase & Required<Pick<VQuery<T>, "updater">> & Pick<
        VQuery<T>,
        "context",
    >

    Type Parameters