eaafc45f45
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> Co-authored-by: Sojan <sojan@pepalo.com>
16 lines
245 B
JavaScript
16 lines
245 B
JavaScript
export default {
|
|
1: {
|
|
id: 1,
|
|
account_id: 1,
|
|
name: 'Test',
|
|
description: 'Some team',
|
|
is_member: true,
|
|
},
|
|
2: {
|
|
id: 2,
|
|
account_id: 1,
|
|
name: 'Test 1',
|
|
description: 'Some team',
|
|
is_member: false,
|
|
},
|
|
};
|