export interface IPayload {
  cliente: string;
  payload: any;
}