schlechtenburg/packages/cms/config/api.ts

8 lines
97 B
TypeScript
Raw Normal View History

2022-12-11 17:49:06 +00:00
export default {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};