glpi-client
Version:
GLPI API Client written in Typescript
19 lines (18 loc) • 493 B
TypeScript
export interface IGetItemParams {
expand_dropdowns?: boolean;
get_hateoas?: boolean;
get_sha1?: boolean;
with_devices?: boolean;
with_disks?: boolean;
with_softwares?: boolean;
with_connections?: boolean;
with_networkports?: boolean;
with_infocoms?: boolean;
with_contracts?: boolean;
with_documents?: boolean;
with_tickets?: boolean;
with_problems?: boolean;
with_changes?: boolean;
with_notes?: boolean;
with_logs?: boolean;
}