ChainResolver

typealias ChainResolver = (currentBreakId: String) -> Break?

Resolves the break chained immediately after the break with the given id, or null when none/disabled.