interface Licence {
    active: boolean;
    attachmentLimit: number;
    attachmentLimitPerFile: number;
    attachmentNumLimit: number;
    attribute: boolean;
    attributeLimit: number;
    burndown: boolean;
    commentLimit: number;
    componentLimit: number;
    created?: string;
    createdUserId?: number;
    fileSharing: boolean;
    gantt: boolean;
    git: boolean;
    initialCosts?: number;
    issueLimit: number;
    issueTemplate: boolean;
    licenceKey?: null;
    licenceTypeId: number;
    limitDate: string;
    nulabAccount: boolean;
    nulabAppsIntegration: boolean;
    parentChildIssue: boolean;
    paymentId?: null;
    paymentMonth?: null;
    postIssueByMail: boolean;
    price?: number;
    projectLimit: number;
    pullRequestAttachmentLimitPerFile: number;
    pullRequestAttachmentNumLimit: number;
    remoteAddress: boolean;
    remoteAddressLimit: number;
    startedOn: string;
    storageLimit: number;
    subscribedOn?: string;
    subversion: boolean;
    subversionExternal: boolean;
    trialExpiryDate?: null;
    updated?: string;
    updatedUserId?: number;
    userLimit: number;
    versionLimit: number;
    wikiAttachment: boolean;
    wikiAttachmentLimitPerFile: number;
    wikiAttachmentNumLimit: number;
}

Properties

active: boolean
attachmentLimit: number
attachmentLimitPerFile: number
attachmentNumLimit: number
attribute: boolean
attributeLimit: number
burndown: boolean
commentLimit: number
componentLimit: number
created?: string
createdUserId?: number
fileSharing: boolean
gantt: boolean
git: boolean
initialCosts?: number
issueLimit: number
issueTemplate: boolean
licenceKey?: null
licenceTypeId: number
limitDate: string
nulabAccount: boolean
nulabAppsIntegration: boolean
parentChildIssue: boolean
paymentId?: null
paymentMonth?: null
postIssueByMail: boolean
price?: number
projectLimit: number
pullRequestAttachmentLimitPerFile: number
pullRequestAttachmentNumLimit: number
remoteAddress: boolean
remoteAddressLimit: number
startedOn: string
storageLimit: number
subscribedOn?: string
subversion: boolean
subversionExternal: boolean
trialExpiryDate?: null
updated?: string
updatedUserId?: number
userLimit: number
versionLimit: number
wikiAttachment: boolean
wikiAttachmentLimitPerFile: number
wikiAttachmentNumLimit: number