🚧
Still under progress. Soon will be finished.
Description
A variable declaration after being serialized
Properties
| Name | Type | Description |
|---|---|---|
| kind | |
The type of declaration |
| namespace | |
The namespace name where the variable is defined |
| name | |
Name of the property |
| line | |
The start line number where the property is defined |
| type | |
The type of the property. If it’s an index signature, it will be the type of the object value. |
| default | |
The default value |
| optional | |
Whether it’s optional or not |
| decorators | |
Any decorator that has been defined |
| jsDoc | |
All the JSDoc comments |