/** * Common TypeScript types used within Backstage * * @packageDocumentation */ export type { JsonArray, JsonObject, JsonPrimitive, JsonValue } from './json'; export type { Observable, Observer, Subscription } from './observable'; export { type HumanDuration, durationToMilliseconds } from './time';