interface UserLink {
    jiraRest?: string;
    self?: string;
}

Properties

Properties

jiraRest?: string

REST API URL for the customer.

self?: string