mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
[AC-1607] Add offboarding survey to subscription pages (#7809)
* Add offboarding survey to subscription pages * Cleaning up unused code * Removing unused eslint suppression * Product updates * Jared's feedback
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export type SubscriptionCancellationRequest = {
|
||||
reason: string;
|
||||
feedback?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user