mirror of
https://github.com/koel/koel
synced 2025-01-02 07:48:44 +00:00
7 lines
87 B
JavaScript
7 lines
87 B
JavaScript
export default {
|
|
id: 0,
|
|
name: '',
|
|
email: '',
|
|
avatar: '',
|
|
is_admin: false,
|
|
};
|