Alias Bindable.ComponentType

struct Bindable
{
  // ...
  alias ComponentType = T;
  // ...
}