feat: extend mode interface from class instead from interface
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import AbstractModel from '@/models/abstractModel'
|
||||
|
||||
export interface IPasswordUpdate {
|
||||
export interface IPasswordUpdate extends AbstractModel {
|
||||
newPassword: string
|
||||
oldPassword: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user