Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 1d3da0b

Browse files
committed
Fix types:bundle errors
1 parent 424b85b commit 1d3da0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/tre/src/plugins/r2/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ export const R2_PLUGIN: Plugin<
6666
},
6767
};
6868

69+
export * from "./r2Object";
6970
export * from "./gateway";

packages/tre/src/plugins/r2/r2Object.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export interface RawR2ObjectMetadata
4444
customFields: { k: string; v: string }[];
4545
}
4646

47-
interface EncodedMetadata {
47+
export interface EncodedMetadata {
4848
metadataSize: number;
4949
value: Uint8Array;
5050
}

0 commit comments

Comments
 (0)