Interface PreprocessStreamRequest

interface PreprocessStreamRequest {
    bindings?: PreprocessStreamRequest_DataBindings;
    dbResult?: DBResponse;
    processId: number;
}

Properties

dbResult?: DBResponse
processId: number