Cloudflare DevelopersCD
Cloudflare Developers4y ago
6 replies
janat08

```interface SESSIONInterface

interface SESSIONInterface {
  session: TokenResponse | null;
  created: boolean;
  createdDate: Date;
  endOfLife: number;
  state: DurableObjectState;
  app: Hono;
}
Was this page helpful?