liudong
2024-07-31 b6107c2cb71fc5216d67bbfa941a3ec115b0dafb
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}