import { Link, Option, Participant, Poll, User, Vote } from "@prisma/client"; export interface GetPollApiResponse extends Omit { options: Array