@centreon/react-components
Version:
react components used by centreon web frontend
30 lines (29 loc) • 481 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
status: true,
result: {
pagination: {
total: 1,
offset: 0,
limit: 1
},
entities: [{
id: '1',
name: '5rtuywdfgh'
}, {
id: '2',
name: 'rfhsdf sdfh'
}, {
id: '3',
name: 'q5w3b452w35q'
}, {
id: '4',
name: 'b67956796vasd'
}]
}
};
exports["default"] = _default;