| 12345678910111213141516171819202122 |
- export const LOGS_API_MOCKS = {
- result: [
- {
- id: 'uuid',
- event_message: 'foobar',
- timestamp: 1298085933,
- error_count: 1,
- warning_count: 2,
- ok_count: 3,
- count: 2,
- },
- {
- id: 'uuid2',
- event_message: 'foobar',
- timestamp: 1298085933,
- error_count: 1,
- warning_count: 2,
- ok_count: 3,
- count: 2,
- },
- ],
- }
|