@contio/partner-sdk - v1.10.0
    Preparing search index...

    Interface UpdateAgendaItemRequest

    interface UpdateAgendaItemRequest {
        description?: string;
        item_type?: AgendaItemType;
        presenters?: string[];
        sequence?: string;
        status?: AgendaItemStatus;
        talking_points?: string;
        time_allocation_minutes?: number;
        title?: string;
    }
    Index
    description?: string
    item_type?: AgendaItemType
    presenters?: string[]
    sequence?: string
    talking_points?: string

    Private talking points / notes for this agenda item.

    time_allocation_minutes?: number
    title?: string