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