PageParams
import type { PageParams } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";type PageParams = {
page?: number;
perPage?: number;
};import type { PageParams } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";