•Created by react_webapps🚀 on 3/5/2025 in #help
Getting isssues on adding data to KV store
Also tried Bindings as per documentation but didn't worked
type Bindings = {
RENEWAL_REMINDER_INFO_BRAND: KVNamespace
}
const app = new Hono<{ Bindings: Bindings }>();