api.ts 97 B

1234567
  1. export default {
  2. rest: {
  3. defaultLimit: 25,
  4. maxLimit: 100,
  5. withCount: true,
  6. },
  7. };