1
0
Fork 0
peertube/shared/models/actors/actor-image.model.ts

9 lines
118 B
TypeScript
Raw Normal View History

2021-04-06 05:35:56 -04:00
export interface ActorImage {
2017-12-04 04:34:40 -05:00
path: string
2020-05-29 10:16:24 -04:00
url?: string
2017-12-04 04:34:40 -05:00
createdAt: Date | string
updatedAt: Date | string
}