interface supabase.Subscriptionimport { type supabase } from "https://deno.land/x/live@1.60.0/deps.ts"; const { Subscription } = supabase; Propertiesid: stringThe subscriber UUID. This will be set by the client. callback: (event: AuthChangeEvent, session: Session | null) => voidThe function to call every time there is an event. eg: (eventName) => {} unsubscribe: () => voidCall this to remove the listener.