/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface LicenseSimpleAsResponse { key: string; name: string; url: string | null; spdx_id: string | null; node_id: string; html_url?: string; } //# sourceMappingURL=LicenseSimpleAsResponse.d.ts.map