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

    Type Alias Update<T>

    Update: VQueryT.QueryBase & Required<Pick<VQuery<T>, "updater">> & Pick<
        VQuery<T>,
        "context",
    >

    Type Parameters