UNPKG

generator-begcode

Version:

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

3 lines (2 loc) 230 B
import type { FieldType } from '../../../lib/application/field-types.js'; export declare const getSpecificationBuildForType: (fieldType: FieldType) => "buildRangeSpecification" | "buildStringSpecification" | "buildSpecification";