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