Type Alias BodyLabeling

BodyLabeling: {
    labels: Tree<Label>;
    loop: {
        break: null | Label;
        continue: null | Label;
    };
}