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