nocobase/packages/core/actions/src/constants.ts
Junyi dea4c6f9c7
feat(plugin-workflow): add sort and pagination to query node params (#2453)
* 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
2023-08-14 20:32:51 -07:00

3 lines
67 B
TypeScript

export const DEFAULT_PAGE = 1;
export const DEFAULT_PER_PAGE = 20;