mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
fix: proper cancellation handling
This commit is contained in:
@@ -647,3 +647,9 @@ export const GetSubscriptionResponseSchema = z.object({
|
||||
});
|
||||
|
||||
export type GetSubscriptionResponse = z.infer<typeof GetSubscriptionResponseSchema>;
|
||||
|
||||
export const CancelSubscriptionResponseSchema = z.object({
|
||||
subscription: SubscriptionRecordSchema,
|
||||
});
|
||||
|
||||
export type CancelSubscriptionResponse = z.infer<typeof CancelSubscriptionResponseSchema>;
|
||||
|
||||
Reference in New Issue
Block a user