nestjs-supabase-webhooks
Version:
NestJS module for Supabase Database Webhooks
8 lines • 396 B
TypeScript
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