updated route + bug fixed
This commit is contained in:
@@ -115,3 +115,9 @@ export type DeleteUserBody = {
|
||||
feedback?: Stripe.SubscriptionCancelParams.CancellationDetails.Feedback;
|
||||
};
|
||||
};
|
||||
|
||||
export enum ArchivedFormat {
|
||||
screenshot,
|
||||
pdf,
|
||||
readability,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user