UNPKG

gen-jhipster

Version:

Spring Boot + Angular/React/Vue in one handy generator

7 lines (6 loc) 336 B
import type { FieldType } from '../../../lib/application/field-types.js'; /** * Return the method name which converts the filter to specification * @param {string} fieldType */ export declare const getSpecificationBuildForType: (fieldType: FieldType) => "buildRangeSpecification" | "buildStringSpecification" | "buildSpecification";