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