8 lines
97 B
TypeScript
Raw Permalink Normal View History

2022-03-09 16:27:49 +01:00
export default {
rest: {
defaultLimit: 25,
maxLimit: 100,
2021-08-31 18:03:42 +02:00
withCount: true,
},
};