liudong
2024-08-13 ea694c15fd938bb9f0926c0df81e21ce49f71b0f
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}