implemented stripe for the cloud instance
This commit is contained in:
Vendored
+1
@@ -6,6 +6,7 @@ declare module "next-auth" {
|
||||
id: number;
|
||||
username: string;
|
||||
email: string;
|
||||
isSubscriber: boolean;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user