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