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