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