Interface PollUpdatedData

interface PollUpdatedData {
    polls?: Poll[];
    poll: Poll;
    status: string;
}

Properties

Properties

polls?: Poll[]
poll: Poll
status: string