UNPKG

@told.club/sdk-rn

Version:
8 lines 459 B
import type { SurveyReplied } from './__generated__/graphql'; export declare function loadSurveyData(): Promise<void>; export declare function getRepliedSurvey(): SurveyReplied[]; export declare function setSeen(surveyId: string): void; export declare function setReplied(surveyId: string): void; export declare function isSeen(surveyId: string): boolean; export declare function isReplied(surveyId: string): boolean; //# sourceMappingURL=ToldStorage.d.ts.map