Type alias Context

Context: {
    ancestors: Entity.Status[];
    descendants: Entity.Status[];
}

Type declaration

Generated using TypeDoc