UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

10 lines (9 loc) 251 B
import { HeaderColumn } from './header-column'; export interface FieldsGroup { /** * Meta data use title "META DATA". * Immediate data use identifier of their Petri net. */ groupTitle: string; fields: Array<HeaderColumn>; }