Add subscription expiry reminders across account and dashboard
This commit is contained in:
@@ -436,6 +436,8 @@ export interface ProAccessState {
|
||||
loading: boolean;
|
||||
authenticated: boolean;
|
||||
subscriptionActive: boolean;
|
||||
subscriptionPlanCode: string | null;
|
||||
subscriptionExpiresAt: string | null;
|
||||
points: number;
|
||||
error: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user