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

    Interface MeetingAlert

    Meeting alert

    interface MeetingAlert {
        acknowledged?: boolean;
        confidence: number;
        content: string;
        id: string;
        priority: "medium" | "low" | "high";
        speaker: string;
        timestamp: Date;
        type: "action_item" | "decision" | "question" | "concern";
    }
    Index

    Properties

    acknowledged?: boolean
    confidence: number
    content: string
    id: string
    priority: "medium" | "low" | "high"
    speaker: string
    timestamp: Date
    type: "action_item" | "decision" | "question" | "concern"