Skip to content

Commit

Permalink
Update src/types/api.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Usame Algan <5880855+usame-algan@users.noreply.github.com>
  • Loading branch information
hectorgomezv and usame-algan authored Jul 18, 2024
1 parent dc5bf2b commit 1342978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/types/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1342978

Please sign in to comment.