import type { HMSPollQuestionOption } from './HMSPollQuestionOption'; export interface HMSPollQuestionOptionCreateParams extends Pick { }