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