UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

5 lines (4 loc) 175 B
import { CreateViewArguments } from './create-view-arguments'; export interface CreateTaskViewArguments extends CreateViewArguments { isDefaultTabbedTaskView?: boolean; }