interface RequestOptions {
    noCache?: boolean;
    raw?: boolean;
}

Hierarchy (view full)

Properties

Properties

noCache?: boolean
raw?: boolean