chat-ui / src /lib /types /Timestamps.ts
victor's picture
victor HF staff
Add settings (#134)
82fcab7 unverified
raw history blame
No virus
68 Bytes
export interface Timestamps {
createdAt: Date;
updatedAt: Date;
}