feat: add properties to models
This commit is contained in:
parent
74ad6e65e8
commit
797de0c543
33 changed files with 367 additions and 186 deletions
|
|
@ -1,6 +1,9 @@
|
|||
import AbstractModel from './abstractModel'
|
||||
|
||||
export default class EmailUpdateModel extends AbstractModel {
|
||||
newEmail: string
|
||||
password: string
|
||||
|
||||
defaults() {
|
||||
return {
|
||||
newEmail: '',
|
||||
|
|
|
|||
Reference in a new issue