Chatwoot/app/javascript/dashboard/store/modules/specs/integrations/fixtures.js

17 lines
214 B
JavaScript
Raw Normal View History

export default {
payload: [
{
id: 1,
name: 'test1',
logo: 'test',
enabled: true,
},
{
id: 2,
name: 'test2',
logo: 'test',
enabled: true,
},
],
};