mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-12 13:42:50 +00:00
5 lines
138 B
TypeScript
5 lines
138 B
TypeScript
export declare function updateProxy(data: {
|
|
name: string;
|
|
}): Promise<void>;
|
|
export declare function getProxyTarget(proxy: any): any;
|