1export interface DefaultStorageOptions { 2 useSystemPush?: boolean; 3 useNtfyPush?: boolean; 4 ntfyUrl?: string; 5 ntfyTopic?: string; 6 ntfyToken?: string; 7}