20 lines
416 B
JavaScript
20 lines
416 B
JavaScript
|
export const payload = {
|
||
|
title: 'Test',
|
||
|
content: [
|
||
|
{ url: 'https://example.com', type: 'frame' },
|
||
|
{ url: 'https://chatwoot.com', type: 'frame' },
|
||
|
],
|
||
|
};
|
||
|
|
||
|
export const automationsList = [
|
||
|
{
|
||
|
id: 15,
|
||
|
title: 'Test',
|
||
|
content: [
|
||
|
{ url: 'https://example.com', type: 'frame' },
|
||
|
{ url: 'https://chatwoot.com', type: 'frame' },
|
||
|
],
|
||
|
created_at: '2022-06-27T08:28:29.841Z',
|
||
|
},
|
||
|
];
|