6 lines
150 B
TypeScript
6 lines
150 B
TypeScript
import * as plugins from './smartpersona.plugins';
|
|
|
|
export class Person extends plugins.smartjson.Smartjson implements plugins.tsclass.IPerson {
|
|
|
|
}
|