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

    Type Alias UpdateOneOrAdd<T>

    UpdateOneOrAdd: VQueryT.QueryBase & Update & Pick<
        VQuery<T>,
        "add_arg" | "id_gen",
    >

    Type Parameters