import type { BreakType } from "./BreakType"; export interface Break { break_type: BreakType; }