charles
2024-07-29 a78f6ae9b480f1f86f1a07d551585f5f0cac07fd
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}