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