avatar.model.ts 97 B

12345
  1. export interface Avatar {
  2. path: string
  3. createdAt: Date | string
  4. updatedAt: Date | string
  5. }