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