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