File size: 180 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 |
export const response = {
code: 200,
headers: [ { name: 'Content-Type', value: 'application/json' } ],
body: {
last_seen_time: '1493855205',
number: 20,
notes: [],
},
};
|