diff --git a/src/interfaces/userdata.interface.ts b/src/interfaces/userdata.interface.ts index 2588373..c8411e5 100644 --- a/src/interfaces/userdata.interface.ts +++ b/src/interfaces/userdata.interface.ts @@ -1,5 +1,5 @@ import { - ICryptoInUserWalletInfo, + type ICryptoInUserWalletInfo, type ICryptoInWalletInfo, IUserWalletCryptos, } from "@/interfaces/crypto.interface";