Add Movement !
This commit is contained in:
@@ -64,6 +64,7 @@ export const NotifDefault: INotif = {
|
||||
deleted: false,
|
||||
status: StatusMessage.None,
|
||||
extrafield: '',
|
||||
extrarec: '',
|
||||
}
|
||||
|
||||
export interface IMessage {
|
||||
@@ -98,6 +99,7 @@ export interface INotif {
|
||||
idrec?: string
|
||||
deleted?: boolean
|
||||
extrafield?: string
|
||||
extrarec?: any
|
||||
}
|
||||
|
||||
export interface IChat {
|
||||
|
||||
Reference in New Issue
Block a user