Documenting, restructure and expand API

This commit is contained in:
2024-09-13 12:07:33 +02:00
parent 5134a9df31
commit a254f99404
13 changed files with 877 additions and 74 deletions

View File

@@ -11,19 +11,19 @@ export class Account extends Model {
password: string
@Column
firstName: string
firstName: string = ""
@Column
lastName: string
lastName: string = ""
@Column
street: string
street: string = ""
@Column
houseNumber: number
houseNumber: number = 0
@Column
postalCode: number
postalCode: number = 0
@Column
city: string