type MinLength<T, Min> = Compare<Min, Length<T, []>, []> extends 0 | -1 ? T : never
Type constraint ensuring a string literal has at least the specified character length
Type constraint ensuring a string literal has at least the specified character length