diff --git a/packages/doubles/vitest/unit.d.ts b/packages/doubles/vitest/unit.d.ts index 50d330ed..3928f949 100644 --- a/packages/doubles/vitest/unit.d.ts +++ b/packages/doubles/vitest/unit.d.ts @@ -1,6 +1,6 @@ /// import type { DeepPartial, Type } from '@suites/types.common'; -import type { InjectableIdentifier, IdentifierMetadata } from '@suites/types.di'; +import type { IdentifierMetadata } from '@suites/types.di'; import type { TestBedBuilder } from '@suites/core.unit'; import type { Mocked as VitestMocked, Stub as VitestStub } from '@suites/doubles.vitest'; import type { ArgsType } from '@suites/types.doubles';