Interface RequestOptions

interface RequestOptions {
    withData?: boolean;
}

Properties

Properties

withData?: boolean

Generated using TypeDoc