import { Observable } from "rxjs"; import { ITransport, ReceiverProfile, TransmitterProfile, TransportEventNotification } from "../interface/ITransport.interface"; export class GrpcTransportService implements ITransport { getTransportEventNotification(): Observable { throw new Error("Method not implemented."); } }