export interface BaseInterface { getUrl(): string; getBody(): any; getParams(): string; getMethod(): string; }