Merge pull request #1339 from waku-org/chore/type-import

This commit is contained in:
fryorcraken.eth 2023-05-11 17:16:57 +10:00 committed by GitHub
commit cc0b375018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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";