File size: 68 Bytes
82fcab7
 
 
 
1
2
3
4
5
export interface Timestamps {
	createdAt: Date;
	updatedAt: Date;
}