Type Alias Token<Value>

Token<Value>: Value extends object
    ? Type<Value> | Constructor<Value>
    : Type<Value>

Type Parameters

  • Value = any