import { ActorImage } from '@peertube/peertube-types' export type DBActorImage = Omit & { url: string createdAt: number updatedAt: number }