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

    Interface CreateAgendaItemRequest

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