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