charles
2024-08-02 78e1cda41cf6ad133e84efc78da50d77f2e43eca
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}