interface BrowsePathResultOptions {
    statusCode?: StatusCode;
    targets?: null | BrowsePathTargetOptions[];
}

Properties

statusCode?: StatusCode
targets?: null | BrowsePathTargetOptions[]