mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 04:27:53 +00:00
17 lines
214 B
JavaScript
17 lines
214 B
JavaScript
export default {
|
|
payload: [
|
|
{
|
|
id: 1,
|
|
name: 'test1',
|
|
logo: 'test',
|
|
enabled: true,
|
|
},
|
|
{
|
|
id: 2,
|
|
name: 'test2',
|
|
logo: 'test',
|
|
enabled: true,
|
|
},
|
|
],
|
|
};
|