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