UNPKG
jpa-specification-body-maker
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Create filter objects for use with JPA specifications
jpa-specification-body-maker
/
lib
/
jpa-sort.d.ts
5 lines
(4 loc)
•
81 B
TypeScript
View Raw
1
2
3
4
5
export interface JpaSort { key: string;
direction
:
'ASC'
|
'DESC'
; }