import type { IDModel } from './id.js'; import type { TimestampModel } from './timestamp.js'; export type BaseModel = IDModel & TimestampModel; //# sourceMappingURL=base.d.ts.map