Co-authored-by: Benjamin Palko <benjaminpalko@hotmail.com> Reviewed-on: #3
7 lines
87 B
TypeScript
7 lines
87 B
TypeScript
export default {
|
|
rest: {
|
|
defaultLimit: 25,
|
|
maxLimit: 100,
|
|
withCount: true
|
|
}
|
|
};
|