export interface ActorImage {
width: number
path: string
url?: string
createdAt: Date | string
updatedAt: Date | string
}