UNPKG

semantic-network

Version:

A utility library for manipulating a list of links that form a semantic interface to a network of resources.

6 lines (5 loc) 185 B
import { FormItem } from './formItem'; import { LinkedRepresentation } from 'semantic-link'; export interface FormRepresentation extends LinkedRepresentation { items: FormItem[]; }