fix: ts error
This commit is contained in:
parent
44eb3ceca4
commit
13a6ea89ef
|
@ -9,7 +9,7 @@ import { Address4, Address6 } from 'ip-address'
|
||||||
|
|
||||||
import type { FastifyRequest } from 'fastify'
|
import type { FastifyRequest } from 'fastify'
|
||||||
|
|
||||||
import { HKPOperation, VALID_OPS } from '../providers/abstract.provider.js'
|
import { type HKPOperation, VALID_OPS } from '../providers/abstract.provider.js'
|
||||||
import { AllKeysProvider } from '../providers/all.provider.js'
|
import { AllKeysProvider } from '../providers/all.provider.js'
|
||||||
import { serializeIndexes } from '../indexes.js'
|
import { serializeIndexes } from '../indexes.js'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue