We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e29b78 commit 35e6810Copy full SHA for 35e6810
1 file changed
blob.ts
@@ -119,6 +119,9 @@ export interface BlobFileJSON {
119
parts: string[];
120
}
121
122
+/**
123
+ * Options which can be used when calling {@linkcode list}.
124
+ */
125
export interface BlobKvListOptions extends Deno.KvListOptions {
126
/**
127
* If `true`, the value will be returned as a {@linkcode ReadableStream} of
0 commit comments