返回 AiToEarn
timestamp.schema.ts
根目录 / project / aitoearn-backend / libs / mongodb / src / schemas / timestamp.schema.ts
1 export class WithTimestampSchema {
2 createdAt: Date
3 updatedAt: Date
4 }
5
5 lines TYPESCRIPT