import type { Status } from "./status"; export type Context = { ancestors: Array; descendants: Array; };