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

    Interface CreateAgendaItemRequest

    interface CreateAgendaItemRequest {
        description?: string;
        item_type: AgendaItemType;
        presenters?: string[];
        sequence?: string;
        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