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