2020-04-14 11:28:33 +02:00
|
|
|
export const mockChoice = {
|
2020-04-21 10:50:26 +02:00
|
|
|
id: 11,
|
|
|
|
date: {
|
|
|
|
date: '2020-01-30 12:25:13.000000',
|
|
|
|
timezone_type: 3,
|
|
|
|
timezone: 'Europe/Berlin',
|
|
|
|
},
|
|
|
|
text: 'Les mondes engloutis',
|
|
|
|
url: null,
|
|
|
|
answer: null,
|
2020-02-05 15:21:28 +01:00
|
|
|
};
|