UNPKG
@difizen/magent-libro
Version:
latest (0.1.30)
0.1.30
0.1.29
0.1.28
0.1.27
github.com/difizen/magent
difizen/magent
@difizen/magent-libro
/
src
/
protocol.ts
6 lines
(4 loc)
•
156 B
text/typescript
View Raw
1
2
3
4
5
6
import
type
{
IChatMessageItem
}
from
'@difizen/magent-chat'
;
export
interface
LibroChatMessageItemOption
extends
IChatMessageItem
{
chat_key
:
string
; }