Skip to content
This repository was archived by the owner on Oct 12, 2025. It is now read-only.

Commit 68a24cd

Browse files
author
Ildar Timerbaev
committed
Fixed typo
1 parent 830dd36 commit 68a24cd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/core/src/modules/accounts/types/full-account.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
import { Authority } from "@hiveio/dhive";
22
import { AccountFollowStats } from "./account-follow-stats";
33

4-
export interface AccountProfile {
5-
about?: string;
6-
cover_image?: string;
7-
location?: string;
8-
name?: string;
9-
profile_image?: string;
10-
website?: string;
11-
pinned?: string;
12-
}
13-
144
export interface FullAccount {
155
name: string;
166
owner: Authority;

0 commit comments

Comments
 (0)