mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
refactor intarface
This commit is contained in:
@@ -2,7 +2,6 @@ import { Injectable } from '@angular/core';
|
||||
import { HttpService } from 'src/app/services/http.service';
|
||||
import { MessageOutPutDTO } from '../../chat/dto/message/messageOutputDTO';
|
||||
import { MessageListInputDTO } from '../../chat/dto/message/messageListInputDTO';
|
||||
import { DataSourceReturn } from '../../type';
|
||||
|
||||
|
||||
export interface UserContacts {
|
||||
@@ -13,7 +12,7 @@ export interface UserContacts {
|
||||
}
|
||||
|
||||
export interface UserListResult {
|
||||
total: 192,
|
||||
total: number,
|
||||
result: UserContacts[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user