zhangxiao
2024-08-09 60cf6f79630cd401a621e60e538e1d4bfae55ec2
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}