interface TranslateBrowsePathsToNodeIdsRequestOptions {
    browsePaths?: null | BrowsePathOptions[];
    requestHeader?: RequestHeaderOptions;
}

Properties

browsePaths?: null | BrowsePathOptions[]
requestHeader?: RequestHeaderOptions