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