interface ArgumentDefinition {
    inputArguments: Argument[];
    outputArguments: Argument[];
}

Properties

inputArguments: Argument[]
outputArguments: Argument[]