8 lines
97 B
TypeScript
Raw Normal View History

2022-03-07 11:13:29 +01:00
export default {
rest: {
defaultLimit: 25,
maxLimit: 100,
withCount: true,
},
};