mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-16 00:00:03 +01:00
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
![]() |
import DS from 'ember-data';
|
||
|
|
||
|
export default DS.Model.extend({
|
||
|
type: DS.attr('string'),
|
||
|
properties: DS.attr()
|
||
|
});
|