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

    Interface AgendaItem

    interface AgendaItem {
        created_at?: string;
        description?: string;
        id?: string;
        item_type?: AgendaItemType;
        meeting_id?: string;
        presenter_details?: PresenterDetails[];
        presenters?: string[];
        sequence?: string;
        status?: AgendaItemStatus;
        talking_points?: string;
        time_allocation_minutes?: number;
        title?: string;
        updated_at?: string;
    }
    Index
    created_at?: string
    description?: string
    id?: string
    item_type?: AgendaItemType
    meeting_id?: string
    presenter_details?: PresenterDetails[]
    presenters?: string[]

    Use presenter_details instead.

    sequence?: string
    talking_points?: string

    Private talking points / notes for this agenda item.

    time_allocation_minutes?: number
    title?: string
    updated_at?: string