mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 20:49:56 +08:00
6 lines
79 B
TypeScript
6 lines
79 B
TypeScript
|
export interface MockParams {
|
||
|
url: string;
|
||
|
type: string;
|
||
|
body: string;
|
||
|
}
|