interface supabase.Subscriptionimport { type supabase } from "https://dotland.deno.dev/x/live@1.63.12/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.