Type Alias AgendaItem

AgendaItem: {
    content: CollectionPlayer;
    id: string;
    type: ValuesOf<ContentType>;
}

Type declaration