UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

7 lines (6 loc) 155 B
import { BaseEntity } from "typeorm"; export declare class SessionDatabase extends BaseEntity { id: string; data: string; expiredAt: number; }