Skip to content

Commit 33195f1

Browse files
committed
fix: Fix knip reported unused exported types
1 parent 08707dc commit 33195f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,6 +1410,12 @@ export {
14101410
type FromBlobsReturnType,
14111411
fromBlobs,
14121412
} from './utils/blob/fromBlobs.js'
1413+
export {
1414+
type GetBlobVersionParameters,
1415+
type GetBlobVersionReturnType,
1416+
type GetBlobVersionErrorType,
1417+
getBlobVersion,
1418+
} from './utils/blob/getBlobVersion.js'
14131419
export {
14141420
type SidecarsToVersionedHashesErrorType,
14151421
type SidecarsToVersionedHashesParameters,

0 commit comments

Comments
 (0)