Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
add googleTagId
Browse files Browse the repository at this point in the history
This is now returned from the API.
  • Loading branch information
mxdvl authored Apr 8, 2021
1 parent fc14c26 commit 6615bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ type UserNameUser = {
userEmailValidated: boolean;
};
privateFields: {
googleTagId: string;
brazeUuid: string;
legacyPackages: string;
legacyProducts: string;
Expand Down

0 comments on commit 6615bf9

Please sign in to comment.