MeterSphere/frontend/types/mock.d.ts
2023-05-24 13:25:21 +08:00

6 lines
79 B
TypeScript

export interface MockParams {
url: string;
type: string;
body: string;
}