The docs say that DurableObject KV storage is Synchronous: https://developers.cloudflare.com/durable
The docs say that DurableObject KV storage is Synchronous: https://developers.cloudflare.com/durable-objects/api/sqlite-storage-api/#synchronous-kv-api
However, the generated typescript types show that
Is this a bug or am I missing something?
However, the generated typescript types show that
ctx.storage.get() returns a Promise.Is this a bug or am I missing something?

