Type Alias Token<Value>

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

Token type.

Type Parameters

  • Value = any