UNPKG

first-npm-package-nicule

Version:

This isi first npm package

11 lines (9 loc) 233 B
import { HypermediaField } from './hypermedia-field'; export interface HypermediaAction { name: string; title?: string; method: string; href: string; type: string; fields: Array<HypermediaField>; }