UNPKG

scheunemann-interfaces

Version:
7 lines (6 loc) 106 B
export interface IBase { updatedAt: Date; createdAt: Date; active: boolean; id: string; }