UNPKG

@dzeio/form-manager

Version:

A powerfull Form Manager

6 lines (5 loc) 162 B
import AttributeInterface from "./AttributeInterface"; export default interface AttributeIdentity { attribute: AttributeInterface; dataElement: string; }