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

    Key discussion point from the meeting

    interface KeyPoint {
        content: string;
        id: string;
        importance?: Priority;
        speaker?: string;
        timestamp?: number;
        topic?: string;
    }
    Index

    Properties

    content: string

    Summary of the key point

    id: string

    Unique identifier

    importance?: Priority

    Importance level

    speaker?: string

    Speaker who raised this point

    timestamp?: number

    Timestamp in the meeting (seconds from start)

    topic?: string

    Related topic or category