Argument of type 'Schema<T, T, never>' is not assignable to parameter of type 'Schema<unknown, unknown, unknown>'. Property '[TypeId]' is missing in type 'Schema<T, T, never>' but required in type 'Schema<unknown, unknown, unknown>'.ts(2345)Schema.d.ts(132, 18): '[TypeId]' is declared here.
Argument of type 'Schema<T, T, never>' is not assignable to parameter of type 'Schema<unknown, unknown, unknown>'. Property '[TypeId]' is missing in type 'Schema<T, T, never>' but required in type 'Schema<unknown, unknown, unknown>'.ts(2345)Schema.d.ts(132, 18): '[TypeId]' is declared here.
I'm not too sure why this is happening. Any idea why that could be?