Skip to content

Commit

Permalink
fix: typos and interface naming
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-a-pelegrino committed Dec 11, 2024
1 parent 6fd40dc commit cacc642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/wicked-socks-hide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"@rocket.chat/rest-typings": minor
---

Add new callout in the subscription page to inform users of subscription upgrade eligibility when applicable.
Adds a new callout in the subscription page to inform users of subscription upgrade eligibility when applicable.
2 changes: 1 addition & 1 deletion packages/rest-typings/src/v1/licenses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export type LicensesEndpoints = {
'/v1/licenses.info': {
GET: (params: licensesInfoProps) => {
license: LicenseInfo;
cloudSyncAnnouncement?: Cloud.CloudSyncAnnouncement;
cloudSyncAnnouncement?: Cloud.ICloudSyncAnnouncement;
};
};
'/v1/licenses.add': {
Expand Down

0 comments on commit cacc642

Please sign in to comment.