MeterSphere/frontend/types/mock.d.ts

6 lines
79 B
TypeScript
Raw Normal View History

2023-05-24 11:08:08 +08:00
export interface MockParams {
url: string;
type: string;
body: string;
}