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