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