import { Observable } from 'rxjs'; export interface ICommandAdapter { handle(command: TCommand): Observable; }