Skip to content

Commit

Permalink
[JET-1828] feature: support data pointer for sortings (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanppo authored Aug 16, 2024
1 parent 7552216 commit f0d2a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/persistence_schema/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export interface ListAction {
schema: Schema
paramsSchema: JSONSchema
filter: DataPointer | Filter
sorting?: Sorters
sorting?: DataPointer | Array<DataPointer | Order>
pagination: OffsetPagination
fetchingSchema: Array<Fetching>
returningSchema: Array<ObjectReturning>
Expand Down

0 comments on commit f0d2a24

Please sign in to comment.