Skip to content

Commit eff6e68

Browse files
committed
fix: change providerType from string to AccountProviderType
1 parent 8e58352 commit eff6e68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export type AccountProvider<Account extends KeyringAccount> = {
1313
/**
1414
* The type of the provider.
1515
*/
16-
providerType: string;
16+
providerType: AccountProviderType;
1717
/**
1818
* Gets an account for a given ID.
1919
*

0 commit comments

Comments
 (0)