add interface

This commit is contained in:
Peter Maquiran
2024-08-27 23:36:24 +01:00
parent ee30dd2d5b
commit 97ad62e2b6
62 changed files with 332 additions and 361 deletions
@@ -6,7 +6,6 @@ import { Plugins } from '@capacitor/core';
import { filter, map, skip, switchMap } from 'rxjs/operators';
import { Result } from 'neverthrow';
import { HubConnection } from '@microsoft/signalr';
import { UserTypingDTO } from 'src/app/module/chat/data/dto/typing/typingInputDTO';
import { ISignalRInput } from '../type';
const { App } = Plugins;
+1 -1
View File
@@ -4,8 +4,8 @@ import { ok, Result, err } from 'neverthrow';
import { SessionStore } from 'src/app/store/session.service';
import { filter, first } from 'rxjs/operators';
import { v4 as uuidv4 } from 'uuid'
import { MessageOutPutDataDTO } from 'src/app/module/chat/data/dto/message/messageOutputDTO';
import { ISignalRInput } from '../type';
import { MessageOutPutDataDTO } from 'src/app/core/chat/repository/dto/messageOutputDTO';
export interface SocketMessage<T> {
method: string,