mirror of
https://github.com/koel/koel
synced 2024-12-14 14:42:28 +00:00
7 lines
97 B
JavaScript
7 lines
97 B
JavaScript
export default {
|
|
id: 0,
|
|
name: '',
|
|
email: '',
|
|
avatar: '',
|
|
is_admin: false,
|
|
};
|