/**
* ToldSurveyParam
* @description
* - seeItOnlyOnce: Only show the survey once
* - preview: Show the survey in preview mode (no data is saved)
* - debug: Show the survey in debug mode
*/exporttypeToldSurveyParam = 'seeItOnlyOnce' | 'preview' | 'debug';