Skip to main content
Module

x/keywork/collections/mod.ts>CollectionDocumentReferencesResponse

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
interface CollectionDocumentReferencesResponse
implements KVNamespaceListResult<unknown>
Re-export
import { type CollectionDocumentReferencesResponse } from "https://deno.land/x/keywork@v6.2.1/collections/mod.ts";

Type Parameters

ExpectedType extends DeserializationTypes | { }

Properties

documents: KeyworkDocumentReference<ExpectedType>[]