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