Type Alias CompiledInnerInstruction

CompiledInnerInstruction: {
    index: number;
    instructions: CompiledInstruction[];
}