diff --git a/packages/ts-types/src/aliases.ts b/packages/ts-types/src/aliases.ts index 3ea789d59..24d85de47 100644 --- a/packages/ts-types/src/aliases.ts +++ b/packages/ts-types/src/aliases.ts @@ -1,2 +1,2 @@ -export type AccountAddress = string export type SubAccountId = string +export type AccountAddress = string