All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.model.request.pebble Maven / Gradle / Ivy

There is a newer version: 3.3.2
Show newest version
export interface PageableRequest {
  {{ springDataWebConfig.pageable.pageParameter -}}?: number;
  {{ springDataWebConfig.pageable.sizeParameter -}}?: number;
  {{ springDataWebConfig.sort.sortParameter -}}?: string | string[];
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy