import { IUserResponse } from './IUserResponse'; export interface IUserRequest { execute(ping: string): Promise; }