feat: add featureBaseJwt to type

This commit is contained in:
Zamitto
2025-01-05 18:59:07 -03:00
parent b494b28f6f
commit d016f5e475
3 changed files with 3 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ export const getUserData = () => {
expiresAt: loggedUser.subscription.expiresAt,
}
: null,
featurebaseJwt: "",
} as UserDetails;
}