export interface BaseSQLModel { id?: number; createdAt?: string | Date; updatedAt?: string | Date; }