Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StorageSessionOptions

import type { StorageSessionOptions } from "https://raw.githubusercontent.com/worker-tools/middleware/master/index.ts";
interface StorageSessionOptions <S extends Rec = Rec> extends CookieSessionOptions<S> {
storage: StorageArea;
}

§Type Parameters

§
S extends Rec = Rec
[src]

§Extends

§Properties

§

The storage area where to persist the session objects.