Type Alias SegmentBlock<atom>

SegmentBlock<atom>: {
    bindings: [atom["Variable"], Intrinsic][];
    body: Statement<atom>[];
    labels: atom["Label"][];
    tag: atom["Tag"];
    type: "SegmentBlock";
}

Type Parameters