Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | 1x | export const response = { items: [ { content_type_uid: 'del', data: {}, event_at: '2019-01-08T15:21:10.552Z', type: 'content_type_deleted', }, { content_type_uid: 'a', data: { locale: 'es-es', uid: 'blt6aa83e702326fc65', }, event_at: '2019-01-08T15:20:17.873Z', type: 'entry_deleted', }, { content_type_uid: 'sys_assets', data: { locale: 'es-es', uid: 'blt39193a579518bb10', }, event_at: '2019-01-08T15:19:53.844Z', type: 'asset_deleted', }, ], limit: 100, skip: 0, sync_token: 'delete-token', total_count: 3, } |