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