mirror of
https://github.com/hex248/sprint.git
synced 2026-02-09 02:33:02 +00:00
fix: proper cancellation handling
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export type {
|
||||
ApiError,
|
||||
AuthResponse,
|
||||
CancelSubscriptionResponse,
|
||||
CreateCheckoutSessionRequest,
|
||||
CreateCheckoutSessionResponse,
|
||||
CreatePortalSessionResponse,
|
||||
@@ -67,6 +68,7 @@ export type {
|
||||
export {
|
||||
ApiErrorSchema,
|
||||
AuthResponseSchema,
|
||||
CancelSubscriptionResponseSchema,
|
||||
CreateCheckoutSessionRequestSchema,
|
||||
CreateCheckoutSessionResponseSchema,
|
||||
CreatePortalSessionResponseSchema,
|
||||
|
||||
Reference in New Issue
Block a user