Interface RequestConfig

interface RequestConfig {
    returnSingleResult?: boolean;
    throwError?: boolean;
}

Properties

returnSingleResult?: boolean

Return a single result as a single item rather than a list.

throwError?: boolean