qfix: export markup type from api client (#7410)

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov 2024-12-10 14:45:43 +07:00 committed by GitHub
parent 63418d67a1
commit a4a458b06c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,5 +14,6 @@
//
export * from './client'
export * from './markup/types'
export * from './socket'
export * from './types'