Interface QuestionQueryOptions

interface QuestionQueryOptions {
    deleted?: boolean;
    survey_id?: string;
}

Properties

Properties

deleted?: boolean
survey_id?: string