import { APIStatus } from "./status"; export interface APIContext { ancestors: APIStatus[]; descendants: APIStatus[]; }