SuccessResponse

import type { SuccessResponse } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";

Standard response wrapper for successful operations

interface SuccessResponse <T> {
data: T;
error: null;
}

§Type Parameters

§Properties

§
data: T
[src]
§
error: null
[src]