]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/actors/actor-image.model.ts
cfe44ac15c2f4e4635113d1a1a748489aa869770
[github/Chocobozzz/PeerTube.git] / shared / models / actors / actor-image.model.ts
1 export interface ActorImage {
2 width: number
3 path: string
4
5 url?: string
6
7 createdAt: Date | string
8 updatedAt: Date | string
9 }