1 export interface ChecklistApiResponse {
6 UserWasRewarded: boolean;
8 Display: CHECKLIST_DISPLAY_TYPE;
11 export type ChecklistId = 'get-started' | 'paying-user';
13 export enum ChecklistKey {
14 SendMessage = 'SendMessage',
15 RecoveryMethod = 'RecoveryMethod',
16 DriveUpload = 'DriveUpload',
17 DriveShare = 'DriveShare',
21 ProtectInbox = 'ProtectInbox',
22 AccountLogin = 'AccountLogin',
23 MobileApp = 'MobileApp',
26 export type ChecklistKeyType = keyof typeof ChecklistKey;
28 export enum CHECKLIST_DISPLAY_TYPE {