BetterChat / src /lib /types /Timestamps.ts
BetterAPI's picture
Duplicate from BetterAPI/BetterChat
166a6c0
raw
history blame
68 Bytes
export interface Timestamps {
createdAt: Date;
updatedAt: Date;
}