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 {
EncoderOptions,
IDecodedMessage,
IDecoder,
IEncoder,
IMessage,
IMetaSetter,
IProtoMessage,
IRateLimitProof,
} from "@waku/interfaces";