Type Alias Web3ChargeRedirects

Web3ChargeRedirects: {
    cancelUrl?: string;
    successUrl?: string;
    willRedirectAfterSuccess?: boolean;
}