interface ByteRangeimport { type ByteRange } from "https://dotland.deno.dev/std@0.181.0/io/read_range.ts"; Propertiesstart: numberThe 0 based index of the start byte for a range. end: numberThe 0 based index of the end byte for a range, which is inclusive.