Hiyve Components - v1.0.0
    Preparing search index...

    Action item extracted from the meeting

    interface SummaryActionItem {
        action: string;
        assignee?: string;
        category?: string;
        dueDate?: Date;
        id: string;
        notes?: string;
        priority: Priority;
        status?: ActionItemStatus;
    }
    Index

    Properties

    action: string

    Description of the action

    assignee?: string

    Person assigned to the action

    category?: string

    Category of the action

    dueDate?: Date

    Due date if mentioned

    id: string

    Unique identifier

    notes?: string

    Additional notes

    priority: Priority

    Priority level

    Current status