TsTypeAlias Type
Represents a named alias for a type, possibly generic.
Reflects: `TypeAliasDeclaration`.
Example (TS):
```ts
export type ReadonlyList
Record fields
| Record Field |
Description
|
|
|
Full Usage:
FullyQualifiedName
Field type: string list
|
|
Full Usage:
Name
Field type: string
|
|
Full Usage:
Source
Field type: string option
|
|
|
|
|
|