ef1d117717
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
19 lines
416 B
JavaScript
19 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',
|
|
},
|
|
];
|