interface ExternalNodeAuth {
    apiUrl: string;
    nodeToken: string;
}

Properties

Properties

apiUrl: string
nodeToken: string