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