SL
Size: a a a
SL
MM
SL
ВЕ
YK
ВЕ
ВЕ
GT
ВЕ
GT
GT
 processMessage(data: {
    username: string,
    message: string,
  }): Observable<any> {
    const { username, message } = data;
    const result = {
      error: false,
      message: `${username} ${message}`,
    };
    return result;
  }Type '{ error: boolean; message: string; }' is missing the following properties from type 'Observable<any>': _isScalar, source, operator, lift, and 6 more.VK
GT
 processMessage(data: {
    username: string,
    message: string,
  }): Observable<any> {
    const { username, message } = data;
    const result = {
      error: false,
      message: `${username} ${message}`,
    };
    return result;
  }Type '{ error: boolean; message: string; }' is missing the following properties from type 'Observable<any>': _isScalar, source, operator, lift, and 6 more.🏡K
🏡K
🏡K
YK
 processMessage(data: {
    username: string,
    message: string,
  }): Observable<any> {
    const { username, message } = data;
    const result = {
      error: false,
      message: `${username} ${message}`,
    };
    return result;
  }Type '{ error: boolean; message: string; }' is missing the following properties from type 'Observable<any>': _isScalar, source, operator, lift, and 6 more.🏡K
🏡K