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