UNPKG

generator-begcode

Version:

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

4 lines (3 loc) 234 B
import type { Field } from '../../../lib/types/application/field.js'; import type { Relationship } from '../../../lib/types/application/relationship.js'; export declare const prepareProperty: (property: Field | Relationship) => void;