mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 09:27:19 +08:00
7 lines
212 B
TypeScript
7 lines
212 B
TypeScript
import { ServerPlugin } from '.';
|
|
import { IKoaProxiesOptions } from 'koa-proxies';
|
|
export declare type ProxiesOptions = IKoaProxiesOptions & {
|
|
ws: boolean;
|
|
};
|
|
export declare const proxyPlugin: ServerPlugin;
|