API Reference
Browse types from the DisclosureOS packages. Select a package and type to view properties and related guards, formatters, and factories.
@disclosureos/recordsAirspaceClass
Type alias
Import
Barrel import
import { AirspaceClass } from '@disclosureos/records';Subpath imports
Guards
import { isAirspaceClass } from '@disclosureos/records/guards';Constants
import { AIRSPACE_CLASSES } from '@disclosureos/records/constants';No properties (type literal or re-export).
Values & labels
Allowed values and human-readable labels for this type.
| Value | Label |
|---|
| unknown | — |
| A | — |
| B | — |
| C | — |
| D | — |
| E | — |
| G | — |
| restricted | — |
| prohibited | — |
| warning | — |
| moa | — |
| alert | — |
| cfa | — |
| national_security | — |
| tfr | — |
| international | — |
Constant: AIRSPACE_CLASSES
Related
Usage Examples
if (isAirspaceClass(value)) {
// value is AirspaceClass
}
Package docs: /docs/records
Run pnpm run extract-api to regenerate.