Skip to content

Commit 6980dbf

Browse files
committed
refactor: rename Account -> SingleAccount
1 parent 9522cc5 commit 6980dbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/account-api/src/api/group.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export enum AccountGroupType {
2121
MultichainAccount = 'multichain-account',
2222

2323
/** Group that represents a single account. */
24-
Account = 'account',
24+
SingleAccount = 'single-account',
2525
}
2626

2727
/**

0 commit comments

Comments
 (0)