UNPKG

@e-mage/nestjs-shopify-guards

Version:
8 lines (7 loc) 296 B
import { CanActivate, ExecutionContext } from '@nestjs/common'; import { ConfigService } from '../config-service'; export declare class ShopifyWebhookGuard implements CanActivate { private config; constructor(config: ConfigService); canActivate(context: ExecutionContext): boolean; }