tenant details form

This commit is contained in:
2021-08-30 19:00:27 +02:00
parent 829aefc514
commit af0e4ffd74
10 changed files with 250 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ $GENERATED_TS_COMMENT
#for $table in $tables
export interface $JsNameConverter($table.name) {
id: number
#for $column in $table.columns
${column.name}: ${column.jstype}
#end for