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