diff --git a/src/indexer/subapis/newbie.ts b/src/indexer/subapis/newbie.ts index 66e48847..927cb489 100644 --- a/src/indexer/subapis/newbie.ts +++ b/src/indexer/subapis/newbie.ts @@ -1,12 +1,12 @@ import { type Address } from 'viem' import { - type Numberish, type CharacterMetadata, type EmailUserEntity, type LinkItemNote, type LinkItemType, type NoteEntity, type NoteMetadata, + type Numberish, } from '../../types' import { type BaseIndexer } from './base'