feat: migrate frontend to new backend

This commit is contained in:
2024-02-08 21:24:08 +07:00
parent 17052aeeaa
commit ec78cf8bf7
34 changed files with 478 additions and 650 deletions

View File

@@ -41,9 +41,10 @@ export interface Metadata {
}
export interface CurrentAccount {
npub: string;
contacts: string[];
interests: Interests;
pubkey: string;
npub?: string;
contacts?: string[];
interests?: Interests;
}
export interface Interests {