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