Interface YulLeave

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

Properties

nativeSrc?: string
nodeType: "YulLeave"
src: string