UNPKG

litemap

Version:

A TypeScript library for mapping and processing data with SQLite integration

11 lines (10 loc) 181 B
export interface UserRecord { key: string; value: any; } export interface IUserRecord { name: string; role: string; createdAt: string; lastLogin?: string; }