blind_chat / src /lib /types /Timestamps.ts
lauro1's picture
test
faca43f
raw
history blame contribute delete
No virus
68 Bytes
export interface Timestamps {
createdAt: Date;
updatedAt: Date;
}