import Path from './Path' export default class OneOrMorePath extends Path { getPathString () : string { return 'oneOrMorePath' } }