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