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

    Interface PollStateResponsePayload

    Payload for state response data message.

    interface PollStateResponsePayload {
        polls: Poll[];
        targetUserId: string;
    }
    Index

    Properties

    Properties

    polls: Poll[]
    targetUserId: string