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

    Interface Decision

    A decision made during the meeting.

    interface Decision {
        id: string;
        madeBy?: string;
        text: string;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier.

    madeBy?: string

    Person who made or announced the decision.

    text: string

    Description of the decision.