feat: extend mode interface from class instead from interface
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import AbstractModel from './abstractModel'
|
||||
|
||||
interface IEmailUpdate {
|
||||
interface IEmailUpdate extends AbstractModel {
|
||||
newEmail: string
|
||||
password: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user