export type TimestampModel = { createdAt: string; updatedAt: string; deletedAt?: string; }; //# sourceMappingURL=timestamp.d.ts.map