Files

5 lines
138 B
TypeScript
Raw Permalink Normal View History

2025-08-15 21:37:29 +08:00
export declare function updateProxy(data: {
name: string;
}): Promise<void>;
export declare function getProxyTarget(proxy: any): any;