UNPKG

gen-jhipster

Version:

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

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