神仙都没用 68cd190481 发布 8.0
2025-02-19 11:41:01 +08:00

5 lines
138 B
TypeScript

export declare function updateProxy(data: {
name: string;
}): Promise<void>;
export declare function getProxyTarget(proxy: any): any;