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