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