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