export interface HandlerSupabaseWebhookAck { /** Unique identifier for this resource. */ id?: string; /** Current lifecycle or processing state. */ status?: string; table?: string; }