import NumberProperties from "../Number/number.properties"; export default interface FormComponentInterface { inputs: FormComponentInput[]; } export type FormComponentInput = NumberProperties;