Interface DittoHookProps

interface DittoHookProps {
    ditto: Ditto;
    error: Error;
    loading: boolean;
}

Properties

Properties

ditto: Ditto
error: Error
loading: boolean