UNPKG

@told.club/sdk-rn

Version:
9 lines 310 B
/** * 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 */ export type ToldSurveyParam = 'seeItOnlyOnce' | 'preview' | 'debug'; //# sourceMappingURL=ToldSurveyParam.d.ts.map