diff --git a/internal-packages/run-store/src/redisSnapshotStore.ts b/internal-packages/run-store/src/redisSnapshotStore.ts index a5a2e6092..b6bd4424c 100644 --- a/internal-packages/run-store/src/redisSnapshotStore.ts +++ b/internal-packages/run-store/src/redisSnapshotStore.ts @@ -1,5 +1,5 @@ -import { createRedisClient, type Redis, type RedisOptions } from "@internal/redis"; -import { Logger } from "@trigger.dev/core/logger"; +import type { RedisOptions } from "@internal/redis"; +import type { Logger } from "@trigger.dev/core/logger"; export type SnapshotKeys = { e: string; idx: string; cur: string; seq: string };