import { DaffPaypalExpressApplyPaymentGuard } from '@daffodil/paypal/routing'
A routing guard that will apply a paypal express payment with the given token and payer ID.
@Injectable()
class DaffPaypalExpressApplyPaymentGuard {
canActivate(route: ActivatedRouteSnapshot): Observable<boolean | UrlTree>
}