Interface ProcessBindingResponse

interface ProcessBindingResponse {
    result: undefined | ProcessResult;
}

Properties

Properties

result: undefined | ProcessResult