import { Model, model } from 'mongoose'; import { VoteSchema, voteSchema } from './vote.schema'; export default model>('Vote', voteSchema);