koel/resources/assets/js/stubs/artist.js

8 lines
93 B
JavaScript
Raw Normal View History

2015-12-13 04:42:28 +00:00
export default {
id: 0,
name: '',
2015-12-22 09:53:03 +00:00
image: null,
2015-12-13 04:42:28 +00:00
albums: [],
2016-01-15 07:27:25 +00:00
songs: [],
2015-12-13 04:42:28 +00:00
};