UNPKG

manifest

Version:

The backend for AI code editors

6 lines (5 loc) 144 B
import { BaseEntity } from './BaseEntity'; export interface AuthenticableEntity extends BaseEntity { email: string; password: string; }