/**
 * IPathSegment, but this one could be invalid
 */
export type IUncheckedPathSegment = string;
