VodFileData: {
    allowedGuilds: VodAllowedGuild[];
    contentLength?: number;
    contentType?: string;
    expiresAt?: string;
    key: string;
    lastModified?: number;
    tempUrl: string;
    thumbnail: string | null;
}