diff --git a/.changeset/wicked-socks-hide.md b/.changeset/wicked-socks-hide.md index 7042967940f3..3f425c3228e2 100644 --- a/.changeset/wicked-socks-hide.md +++ b/.changeset/wicked-socks-hide.md @@ -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. diff --git a/packages/rest-typings/src/v1/licenses.ts b/packages/rest-typings/src/v1/licenses.ts index 0801a5e1696a..8240546ddc37 100644 --- a/packages/rest-typings/src/v1/licenses.ts +++ b/packages/rest-typings/src/v1/licenses.ts @@ -43,7 +43,7 @@ export type LicensesEndpoints = { '/v1/licenses.info': { GET: (params: licensesInfoProps) => { license: LicenseInfo; - cloudSyncAnnouncement?: Cloud.CloudSyncAnnouncement; + cloudSyncAnnouncement?: Cloud.ICloudSyncAnnouncement; }; }; '/v1/licenses.add': {