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

    Interface UpdateAgendaItemRequest

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

    Properties

    description?: string
    item_type?: AgendaItemType
    presenters?: string[]
    restricted_to_leads?: boolean
    talking_points?: string

    Private talking points / notes for this agenda item.

    time_allocation_minutes?: number
    title?: string