UNPKG

@e-mage/nestjs-shopify-guards

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