Interface UseDeepSubscriptionResult<LL>

interface UseDeepSubscriptionResult<LL> {
    data?: LL[];
    error?: any;
    loading: boolean;
    query?: Exp<"links">;
}

Type Parameters

Properties

data?: LL[]
error?: any
loading: boolean
query?: Exp<"links">
MMNEPVFCICPMFPCPTTAAATR