Type Alias ExcludeNoUpdate<Value>

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

Remove noUpdate from the given union.

Type Parameters

  • Value