Type Alias RuntimeValue

RuntimeValue: {
    inputParams: InputParam[];
    isRuntime: boolean;
    outputParams: OutputParam[];
}

Type declaration