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

    Interface AgendaItem

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

    Properties

    created_at?: string
    description?: string
    id?: string
    item_type?: AgendaItemType
    meeting_id?: string
    presenters?: string[]
    restricted_to_leads?: boolean
    sequence?: string
    talking_points?: string

    Private talking points / notes for this agenda item.

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