diff --git a/src/chat_sdk.nim b/src/chat_sdk.nim index f1dfcfb..4d8ef69 100644 --- a/src/chat_sdk.nim +++ b/src/chat_sdk.nim @@ -2,7 +2,13 @@ import chat_sdk/[ client, conversations, delivery/waku_client, - links + identity, + links, + proto_types + ] -export client, conversations, waku_client, links \ No newline at end of file +export client, conversations, waku_client, identity, links + +#export specific frames need by applications +export ContentFrame