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