Type alias OnManageSubscriptionFn

OnManageSubscriptionFn: (({ intentionType, customerSubscriptions, }: { customerSubscriptions: CustomerPortalSubscription[]; intentionType: CustomerPortalIntentionType }) => Promise<void> | void)

Type declaration