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