2025-04-14 12:11:23 +00:00
|
|
|
/// <reference types="vite/client" />
|
2025-07-01 12:30:43 +00:00
|
|
|
declare module 'katex'
|
2025-07-01 07:43:00 +00:00
|
|
|
interface Window {
|
|
|
|
|
sendMessage: ?((message: string, other_params_data: any) => void)
|
2025-10-14 09:53:58 +00:00
|
|
|
chatUserProfile: ?(() => any)
|
2025-07-01 07:43:00 +00:00
|
|
|
MaxKB: {
|
|
|
|
|
prefix: string
|
2025-07-03 04:26:20 +00:00
|
|
|
chatPrefix: string
|
2025-07-01 07:43:00 +00:00
|
|
|
}
|
|
|
|
|
}
|