summaryrefslogtreecommitdiff
path: root/playground/config/api.ts
blob: 37f7c14a4229fab771800282d2f518f1f00400ae (plain) (blame)
1
2
3
4
5
6
7
export default {
  rest: {
    defaultLimit: 25,
    maxLimit: 100,
    withCount: true,
  },
};