chore: Aggiunte informazioni Model per autocompletamento

This commit is contained in:
Maicol Battistini 2021-12-20 17:57:55 +01:00
parent ca6e3986b8
commit 5f248781dd
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A
1 changed files with 3 additions and 0 deletions

View File

@ -6,8 +6,11 @@ import {snakeCase} from 'lodash-es';
/**
* @property {number} id
* @abstract
*/
export default class Model extends BaseModel {
jsonApiType: string;
constructor() {
super();