omo/cms.omoservice/config/api.ts

8 lines
97 B
TypeScript
Raw Permalink Normal View History

2024-10-29 16:33:20 +03:00
export default {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};