/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { InstallationAsResponse } from "../definitions/InstallationAsResponse"; export interface InstallationsAsResponse { total_count: number; installations: Array; } //# sourceMappingURL=InstallationsAsResponse.d.ts.map