export type Join = A extends '' ? B : B extends '' ? A : `${A}/${B}`;