UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 186 B
import { IEntity } from './i-entity'; export interface IPrintInfo extends IEntity { skill: 'IP' | 'SHARED' | 'MONITOR'; path: string; columns: number; active: boolean; }