observavir - v2.1.0
    Preparing search index...

    Type Alias ExcludeNoUpdate<Value>

    ExcludeNoUpdate: Exclude<Awaited<Value>, typeof noUpdate>

    Remove noUpdate from the given union.

    Type Parameters

    • Value