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

    Interface QuestionUpdatedPayload

    Payload for question updated data message (pin state).

    interface QuestionUpdatedPayload {
        questionId: string;
        updates: Partial<Question>;
    }
    Index

    Properties

    Properties

    questionId: string
    updates: Partial<Question>