UNPKG

manifest

Version:

The backend for AI code editors

7 lines (6 loc) 118 B
export interface BaseEntity { id: string; createdAt: Date; updatedAt: Date; [key: string]: unknown; }