Skip to content

Commit 35e6810

Browse files
committed
docs: BlobKvListOptions
1 parent 9e29b78 commit 35e6810

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

blob.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ export interface BlobFileJSON {
119119
parts: string[];
120120
}
121121

122+
/**
123+
* Options which can be used when calling {@linkcode list}.
124+
*/
122125
export interface BlobKvListOptions extends Deno.KvListOptions {
123126
/**
124127
* If `true`, the value will be returned as a {@linkcode ReadableStream} of

0 commit comments

Comments
 (0)