Skip to content

Commit 42dfe64

Browse files
authored
fix: add recordPublicUrl to KeyValueListItem type (#730)
This PR updates `KeyValueListItem` type to include `recordPublicUrl`
1 parent 871181a commit 42dfe64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/resource_clients/key_value_store.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ export interface KeyValueClientListKeysResult {
364364
export interface KeyValueListItem {
365365
key: string;
366366
size: number;
367+
recordPublicUrl: string;
367368
}
368369

369370
export interface KeyValueClientGetRecordOptions {

0 commit comments

Comments
 (0)