R2Objects: {
    delimitedPrefixes: string[];
    objects: R2Object[];
} & ({
    cursor: string;
    truncated: true;
} | {
    truncated: false;
})

Type declaration

  • delimitedPrefixes: string[]
  • objects: R2Object[]