Interface KVNamespaceGetOptions<Type>

interface KVNamespaceGetOptions<Type> {
    cacheTtl?: number;
    type: Type;
}

Type Parameters

  • Type

Properties

Properties

cacheTtl?: number
type: Type