OINO TS
    Preparing search index...

    Type Alias OINODbApiRequestParams

    Request options

    type OINODbApiRequestParams = {
        etags?: string[];
        lastModified?: number;
        multipartBoundary?: string;
        requestType?: OINOContentType;
        responseType?: OINOContentType;
        sqlParams?: OINODbSqlParams;
    }
    Index

    Properties

    etags?: string[]

    Request etag values

    lastModified?: number

    Request last-modified value

    multipartBoundary?: string

    Multipart boundary token

    requestType?: OINOContentType

    Content type of the request body

    responseType?: OINOContentType

    Content type of the response body

    sqlParams?: OINODbSqlParams

    SQL parameters