chore (minor, backend): use type import
This commit is contained in:
parent
def62ff1ce
commit
ccb17977c3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { redisClient } from "@/db/redis.js";
|
||||
import { encode, decode } from "msgpackr";
|
||||
import { ChainableCommander } from "ioredis";
|
||||
import type { ChainableCommander } from "ioredis";
|
||||
|
||||
export class Cache<T> {
|
||||
private ttl: number;
|
||||
|
|
Loading…
Reference in a new issue