diff --git a/src/shared/agent-status-store-snapshot-budget.ts b/src/shared/agent-status-store-snapshot-budget.ts index 6ae4dc8f040..dfb4665a01a 100644 --- a/src/shared/agent-status-store-snapshot-budget.ts +++ b/src/shared/agent-status-store-snapshot-budget.ts @@ -4,10 +4,12 @@ import { } from './agent-status-store-contract' import type { AgentChildWorkAliasRecord } from './agent-status-child-work-alias' import type { AgentChildWorkRecord } from './agent-status-child-work' -import type { AgentStatusFactRecord } from './agent-status-store-contract' +import type { + AgentStatusFactRecord, + AgentStatusTombstoneRecord +} from './agent-status-store-contract' import type { AgentStatusParentRecord } from './agent-status-store-parent' import type { AgentStatusStoreState } from './agent-status-store-state' -import type { AgentStatusTombstoneRecord } from './agent-status-store-contract' import { getUtf8ByteLength } from './utf8-byte-limits' type AgentStatusSnapshotRecord =