From 1342978d4739396573ecfe31692969cd92a133bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20G=C3=B3mez?= Date: Thu, 18 Jul 2024 14:05:43 +0200 Subject: [PATCH] Update src/types/api.ts Co-authored-by: Usame Algan <5880855+usame-algan@users.noreply.github.com> --- src/types/api.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/types/api.ts b/src/types/api.ts index 834c0b71..0db8ed7d 100644 --- a/src/types/api.ts +++ b/src/types/api.ts @@ -46,12 +46,12 @@ import type { RelayCountResponse, RelayTransactionRequest, RelayTransactionRespo import type { RegisterRecoveryModuleRequestBody } from './recovery' import type { Contract } from './contracts' import type { AuthNonce } from './auth' -import { +import type { Account, AccountDataSetting, AccountDataType, - CreateAccountDto, - UpsertAccountDataSettingsDto, + CreateAccountRequest, + UpsertAccountDataSettingsRequest, } from './accounts' export type Primitive = string | number | boolean | null