import { type supabase } from "https://deno.land/x/deco@1.59.1/deps.ts";
const { Subscription } = supabase;
Properties
callback: (event: AuthChangeEvent, session: Session | null) => void
The function to call every time there is an event. eg: (eventName) => {}