import { LicensedApplicationAsResponse } from "../definitions/LicensedApplicationAsResponse"; export interface LicenseAsResponse { /** * The applications under this license. */ applications: Array; } //# sourceMappingURL=LicenseAsResponse.d.ts.map