/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { LicensedApplicationAsResponse } from "../definitions/LicensedApplicationAsResponse"; export interface LicenseAsResponse { /** * The applications under this license. */ applications: Array; } //# sourceMappingURL=LicenseAsResponse.d.ts.map