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