diff --git a/src/masking/__benches__/types.bench.ts b/src/masking/__benches__/types.bench.ts index be2c438139a..ba35b9e6fce 100644 --- a/src/masking/__benches__/types.bench.ts +++ b/src/masking/__benches__/types.bench.ts @@ -4,7 +4,7 @@ import { expectTypeOf } from "expect-type"; import type { DeepPartial } from "../../utilities/index.js"; import { setup } from "@ark/attest"; -import { ContainsFragmentsRefs } from "../internal/types.js"; +import type { ContainsFragmentsRefs } from "../internal/types.js"; setup({ updateSnapshots: !process.env.CI,