UNPKG

@aurigma/design-atoms-interfaces

Version:

10 lines (9 loc) 257 B
import { IQueryOptions } from "../../Types"; export interface IDeleteItemsCommandArgs<TItem> { items?: TItem[]; query?: string; queryOptions?: IQueryOptions; force?: boolean; autoUngroup?: boolean; autoParentGroupDelete?: boolean; }