mirror of
https://github.com/tutao/tutanota.git
synced 2025-12-08 06:09:50 +00:00
updated model
This commit is contained in:
parent
085a2ef0cc
commit
1af0f11aae
229 changed files with 457 additions and 581 deletions
|
|
@ -1,6 +1,5 @@
|
|||
// @flow
|
||||
|
||||
import {create, TypeRef} from '../../common/EntityFunctions'
|
||||
import {create, TypeRef} from "../../common/EntityFunctions"
|
||||
|
||||
export const MembershipAddDataTypeRef: TypeRef<MembershipAddData> = new TypeRef("sys", "MembershipAddData")
|
||||
export const _TypeModel: TypeModel = {
|
||||
|
|
@ -54,7 +53,7 @@ export const _TypeModel: TypeModel = {
|
|||
}
|
||||
},
|
||||
"app": "sys",
|
||||
"version": "25"
|
||||
"version": "26"
|
||||
}
|
||||
|
||||
export function createMembershipAddData(): MembershipAddData {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue