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