export interface XrayLicenseStatus {
    active: boolean;
    /**
     * @example 'Commercial (Atlassian Marketplace)'
     */
    licenseType: string;
}
