TypeDoc should document this as AliasA, but instead it's Readonly (with no type parameters).
AliasA
Readonly
TypeDoc documents this as Readonly<Record<string, string>> - showing that it's capable of rendering the type parameters of Readonly.
Readonly<Record<string, string>>
TypeDoc should document this as
AliasA
, but instead it'sReadonly
(with no type parameters).