generator-begcode
Version:
Spring Boot + Angular/React/Vue in one handy generator
7 lines (6 loc) • 309 B
TypeScript
import type { JHipsterChoices } from '../command/types.js';
export declare const applyDerivedProperty: <const Prop extends string>(data: any, property: Prop, possibleValues: JHipsterChoices, { addAny, addNo, defaultValue }?: {
addAny?: boolean;
addNo?: boolean;
defaultValue?: string;
}) => void;