nestjs-paginate 7.0.0 → 7.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -161,8 +161,8 @@ const paginateConfig: PaginateConfig<CatEntity> {
|
|
|
161
161
|
/**
|
|
162
162
|
* Required: false
|
|
163
163
|
* Type: 'first' | 'last'
|
|
164
|
-
* Description:
|
|
165
|
-
*
|
|
164
|
+
* Description: Define whether to put null values at the beginning
|
|
165
|
+
* or end of the result set.
|
|
166
166
|
*/
|
|
167
167
|
nullSort: 'last',
|
|
168
168
|
|