mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-15 05:23:42 +08:00
using stream: schema to fetch in App
This commit is contained in:
1
app/global.d.ts
vendored
1
app/global.d.ts
vendored
@@ -12,6 +12,7 @@ declare module "*.svg";
|
||||
|
||||
declare interface Window {
|
||||
__TAURI__?: {
|
||||
convertFileSrc(url: string, protocol?: string): string;
|
||||
writeText(text: string): Promise<void>;
|
||||
invoke(command: string, payload?: Record<string, unknown>): Promise<any>;
|
||||
dialog: {
|
||||
|
||||
Reference in New Issue
Block a user