GuildVod: {
    key: string;
    streamDate: string | Date | null;
    tempUrl: string | null;
    thumbnail: string | null;
    title: string | null;
    urlExpiresAt: string | Date | null;
    vodInfo: {
        duration?: number;
        startTime?: string;
        streamer?: string;
        thumbnail?: string | null;
        title?: string;
        viewers?: number;
    } | null;
}