rework macos version

This commit is contained in:
Phong
2023-10-11 13:45:56 +07:00
parent c3f399ea0b
commit 2fcbf1987b
18 changed files with 394 additions and 445 deletions

10
src/utils/types.d.ts vendored
View File

@@ -1,5 +1,5 @@
import { NDKEvent, NDKUserProfile } from '@nostr-dev-kit/ndk';
import { Response } from '@tauri-apps/plugin-http';
import { type NDKEvent, type NDKUserProfile } from '@nostr-dev-kit/ndk';
import { type Response } from '@tauri-apps/plugin-http';
export interface RichContent {
parsed: string;
@@ -68,12 +68,6 @@ export interface Chats {
new_messages?: number;
}
export interface Settings {
id: string;
key: string;
value: string;
}
export interface Relays {
id?: string;
account_id?: number;