UNPKG

@aurigma/design-atoms-interfaces

Version:

7 lines (6 loc) 176 B
import { IItemData, ItemType } from "../../Types"; export interface ICreateItemCommandArgs { type: ItemType; itemData?: IItemData; relativeToPrintArea?: boolean; }