feat: add intercom user id

This commit is contained in:
Zamitto
2024-11-09 02:42:43 -03:00
parent 20c001914a
commit 2828640ed7
4 changed files with 14 additions and 8 deletions

View File

@@ -162,6 +162,7 @@ declare global {
openExternal: (src: string) => Promise<void>;
openCheckout: () => Promise<void>;
getVersion: () => Promise<string>;
isStaging: () => Promise<boolean>;
ping: () => string;
getDefaultDownloadsPath: () => Promise<string>;
isPortableVersion: () => Promise<boolean>;