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