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