Details about a licensed Jira application.

interface LicensedApplication {
    id: string;
    plan: string;
}

Properties

Properties

id: string

The ID of the application.

plan: string

The licensing plan.