export type StringToArray = S extends `${infer F}${infer R}` ? StringToArray : T;