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