chore: fix import

This commit is contained in:
fryorcraken.eth 2023-05-10 13:49:50 +10:00
parent 5557f52d42
commit 55ed6e3765
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -1,10 +1,10 @@
import { IMetaSetter } from "@waku/interfaces";
import type { import type {
EncoderOptions, EncoderOptions,
IDecodedMessage, IDecodedMessage,
IDecoder, IDecoder,
IEncoder, IEncoder,
IMessage, IMessage,
IMetaSetter,
IProtoMessage, IProtoMessage,
IRateLimitProof, IRateLimitProof,
} from "@waku/interfaces"; } from "@waku/interfaces";