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

    Interface BacklogItem

    interface BacklogItem {
        agenda_item_id?: string;
        assigned_at?: string;
        deferred_at?: string;
        deferrer_user_id?: string;
        deleted_at?: string;
        description?: string;
        destination_agenda_item_id?: string;
        destination_meeting_id?: string;
        id?: string;
        item_type?: BacklogItemType;
        origin_meeting_id?: string;
        origin_meeting_title?: string;
        origin_type?: BacklogItemOriginType;
        presenters?: string[];
        talking_points?: string;
        time_allocation_minutes?: number;
        title?: string;
    }
    Index
    agenda_item_id?: string
    assigned_at?: string
    deferred_at?: string
    deferrer_user_id?: string
    deleted_at?: string
    description?: string
    destination_agenda_item_id?: string
    destination_meeting_id?: string
    id?: string
    item_type?: BacklogItemType
    origin_meeting_id?: string
    origin_meeting_title?: string
    origin_type?: BacklogItemOriginType
    presenters?: string[]
    talking_points?: string

    Private talking points for the authenticated user on this backlog item.

    time_allocation_minutes?: number
    title?: string