Skip to content

Commit 6d49d82

Browse files
author
Frank
committed
docs: fix CloudflareStorageOptions not shown
1 parent f985282 commit 6d49d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openauth/src/storage/cloudflare.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { joinKey, splitKey, StorageAdapter } from "./storage.js"
2424
/**
2525
* Configure the DynamoDB table that's created.
2626
*/
27-
interface CloudflareStorageOptions {
27+
export interface CloudflareStorageOptions {
2828
namespace: KVNamespace
2929
}
3030
/**

0 commit comments

Comments
 (0)