mirror of https://github.com/Chocobozzz/PeerTube
9 lines
118 B
TypeScript
9 lines
118 B
TypeScript
|
export interface ActorImage {
|
||
|
path: string
|
||
|
|
||
|
url?: string
|
||
|
|
||
|
createdAt: Date | string
|
||
|
updatedAt: Date | string
|
||
|
}
|