mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 03:35:10 +00:00
dea4c6f9c7
* refactor(core): expose some utils and constants * feat(plugin-workfow): add sort and pagination to query node params * fix(plugin-workflow): fix job result json style * fix(plugin-workflow): fix sort param * fix(plugin-workflow): fix test cases
3 lines
67 B
TypeScript
3 lines
67 B
TypeScript
export const DEFAULT_PAGE = 1;
|
|
export const DEFAULT_PER_PAGE = 20;
|