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