chore: remove intercom dependency

This commit is contained in:
Zamitto 2024-12-04 01:57:47 -03:00
parent 2dcb629c2d
commit 590a1b354d
4 changed files with 2 additions and 20 deletions

View file

@ -241,6 +241,7 @@ export interface Subscription {
status: SubscriptionStatus;
plan: { id: string; name: string };
expiresAt: string | null;
paymentMethod: "pix" | "paypal";
}
export interface UserDetails {