forked from tykayn/funky-framadate-front
12 lines
198 B
TypeScript
12 lines
198 B
TypeScript
export const mockChoice = {
|
|
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,
|
|
};
|