Type Alias OINORequestParams

OINORequestParams: {
    multipartBoundary?: string;
    requestType?: OINOContentType;
    responseType?: OINOContentType;
    sqlParams: OINODbSqlParams;
}

Request options

Type declaration

  • OptionalmultipartBoundary?: string

    Multipart boundary token

  • OptionalrequestType?: OINOContentType

    Content type of the request body

  • OptionalresponseType?: OINOContentType

    Content type of the response body

  • sqlParams: OINODbSqlParams

    SQL parameters