SignOut

import type { SignOut } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";
type SignOut = {
scope?: "global" | "local" | "others";
}
;

§Type

§
{
scope?: "global" | "local" | "others";
}
[src]