fix(core): update

This commit is contained in:
2019-10-02 11:36:40 +02:00
parent 8a06a30a21
commit b4d9948dc7
4 changed files with 1619 additions and 52 deletions

View File

@ -1,5 +1,8 @@
import * as plugins from './smartpersona.plugins';
export class Person extends plugins.smartjson.Smartjson implements plugins.tsclass.IPerson {
public name: string;
public sex: 'male' | 'female';
public surname: string;
public title: string;
}