UNPKG

glpi-client

Version:
21 lines (20 loc) 429 B
export interface ICriteria { link?: string; field: string; meta?: string; itemtype?: string; searchtype: string; value: any; criteria?: ICriteria[]; } export interface ISearchParams { criteria?: ICriteria[]; sort?: number; order?: string; range?: string; forcedisplay?: number[]; rawdata?: boolean; withindexes?: boolean; uid_cols?: boolean; giveItems?: boolean; }