You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportinterfaceIssue{id: number;
:
keyId: 1;// <---- should be number
:
resolution: Resolution;// <----- should be Resolution | undefined
:
assignee: User.User;// <------ should be User.User | undefined
:
}
Please consider fixing 🙏
The text was updated successfully, but these errors were encountered:
Hi, thank you for great library!
I found subtle issues on
Issue
declaration.https://github.com/nulab/backlog-js/blob/master/src/entity.ts#L233
Please consider fixing 🙏
The text was updated successfully, but these errors were encountered: