UNPKG

jpa-specification-body-maker

Version:

Create filter objects for use with JPA specifications

5 lines (4 loc) 81 B
export interface JpaSort { key: string; direction: 'ASC' | 'DESC'; }