interface R2GetOptions {
    onlyIf?: Headers | R2Conditional;
    range?: Headers | R2Range;
}

Properties

Properties

range?: Headers | R2Range