Deprecation<id, status>
Type Parameters
- 
id extends keyof Deprecations = keyof Deprecations
- 
status extends DeprecationStatus = DeprecationStatus
Hierarchy
- Deprecation
 Index
Properties
Properties
deprecated
The version this deprecation first became active in.
Optional description
description?: string
A human-readable description of this deprecation.
id
id: id
The unique ID of this deprecation.
obsolete
The version this deprecation became obsolete in.
status
status: status
The current status of this deprecation.
A deprecated feature in the language.