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

    Decision made during the meeting

    interface Decision {
        agreedBy?: string[];
        details?: string;
        id: string;
        impact?: Priority;
        madeBy?: string;
        relatedActionIds?: string[];
        summary: string;
        timestamp?: number;
    }
    Index

    Properties

    agreedBy?: string[]

    People who agreed to the decision

    details?: string

    Full description of the decision

    id: string

    Unique identifier

    impact?: Priority

    Impact level

    madeBy?: string

    Who made the decision

    relatedActionIds?: string[]

    Related action items

    summary: string

    Summary of the decision

    timestamp?: number

    Timestamp in the meeting