Type Alias OccupiedCoreAssumption

OccupiedCoreAssumption: Enum<{
    Free: undefined;
    Included: undefined;
    TimedOut: undefined;
}>