Interface YulBreak

interface YulBreak {
    nativeSrc?: string;
    nodeType: "YulBreak";
    src: string;
}

Properties

nativeSrc?: string
nodeType: "YulBreak"
src: string