@told.club/sdk-rn
Version:
Told React Native SDK
9 lines • 310 B
TypeScript
/**
* 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