UNPKG

@likeminds.community/feed-js

Version:

LikeMinds Javascript SDK for chat APIs

5 lines (4 loc) 84 B
export interface SubmitPollVoteRequest { pollId: string; votes: string[]; }