6 lines
91 B
TypeScript
6 lines
91 B
TypeScript
export declare enum ChatSourceType {
|
|
System = 0,
|
|
Agent = 1,
|
|
Object = 2,
|
|
}
|