interface RelativePathOptions {
    elements?: null | RelativePathElementOptions[];
}

Properties

Properties

elements?: null | RelativePathElementOptions[]