Make verify_credentials and update_credentials return a consistent CredentialAccount object

This commit is contained in:
Alex Gleason
2024-10-11 16:25:29 -05:00
parent fab0c8a409
commit c5ddd2ebb7
3 changed files with 34 additions and 28 deletions

View File

@@ -54,7 +54,7 @@ export interface MastodonAccount {
is_moderator: boolean;
is_suggested: boolean;
is_local: boolean;
settings_store: unknown;
settings_store?: Record<string, unknown>;
tags: string[];
};
nostr: {