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