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