Type alias HMSPollsSlice

HMSPollsSlice: {
    polls: Record<string, HMSPoll>;
    setPolls(poll) => void;
}

Type declaration

Generated using TypeDoc