(key: Key)
| 2147 | options?: KVNamespaceGetOptions<"json">, |
| 2148 | ): Promise<Map<string, KVNamespaceGetWithMetadataResult<ExpectedValue, Metadata>>>; |
| 2149 | delete(key: Key): Promise<void>; |
| 2150 | } |
| 2151 | interface KVNamespaceListOptions { |
| 2152 | limit?: number; |
no outgoing calls