coyotte508's picture
coyotte508 HF staff
✨ Add home + workshop pages
65b4f03
raw
history blame contribute delete
No virus
68 Bytes
export interface Timestamps {
createdAt: Date;
updatedAt: Date;
}