UNPKG

glpi-client

Version:
8 lines (7 loc) 193 B
import { IGetItemParams } from './IGetItemParams'; export interface IGetMultipleItemsParams extends IGetItemParams { items: { itemtype: string; items_id: number; }[]; }