UNPKG

nestjs-supabase-webhooks

Version:
8 lines 396 B
import { EventHandlerService } from './supabase.event-handler.service'; import { SupabasePayload } from './supabase.interfaces'; export declare class EventHandlerController { private readonly eventHandlerService; constructor(eventHandlerService: EventHandlerService); handleEvent(event: SupabasePayload): Promise<any>; } //# sourceMappingURL=supabase.event-handler.controller.d.ts.map