Interface NeonProxyRpcOptions

interface NeonProxyRpcOptions {
    showRequestLog?: boolean;
    space?: string | number;
}

Properties

showRequestLog?: boolean
space?: string | number