export interface RequestInterface { requestMethd: string; endoint: string; getBody(): object; toArray(): Array; toString(): string; getBody(): any; }