add sidePanel for Chat page
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { ApiParameters } from './configs';
|
||||
|
||||
export const userName = 'M E';
|
||||
export const botName = 'A I';
|
||||
export const welcomeUuid = 'welcome';
|
||||
@@ -31,4 +33,5 @@ export type Attachment = {
|
||||
name: string;
|
||||
size: number;
|
||||
content: string;
|
||||
}
|
||||
}
|
||||
export type ChatParams = Omit<ApiParameters, 'apiPort'>
|
||||
Reference in New Issue
Block a user