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