/**
 * Represents a segment of a Path.
 * This segment is considered valid.
 */
export type IPathSegment = string;
