Type 'Schema<string, string, never>' is not assignable to type 'Schema<`a${string}`, `a${string}`, never>'.
Type 'string' is not assignable to type '`a${string}`'.ts(2322)
Type 'Schema<string, string, never>' is not assignable to type 'Schema<`a${string}`, `a${string}`, never>'.
Type 'string' is not assignable to type '`a${string}`'.ts(2322)