Type Alias Keep<Value>Internal

Keep: { keep: false } | { keep: true; value: Value }

Type Parameters

  • Value