fix(core): update
This commit is contained in:
parent
357c77d572
commit
6468aa902e
@ -13,6 +13,7 @@ export interface ISioConversationBlock {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface ISioConversation {
|
export interface ISioConversation {
|
||||||
|
subject: string;
|
||||||
parties: ISioConversationParty[];
|
parties: ISioConversationParty[];
|
||||||
conversationBlocks: ISioConversationBlock[];
|
conversationBlocks: ISioConversationBlock[];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user