Type Error with UUID Schema in HttpApiSchema Param
i have no idea about this error .. whats wrong with this ?
const userIdParam = HttpApiSchema.param("id", Schema.UUID)
Argument of type 'typeof UUID' is not assignable to parameter of type 'Schema.Any | PropertySignature.Any<PropertyKey>'.
Property '[TypeId]' is missing in type 'typeof UUID' but required in type 'Schema<any, any, unknown>'.ts(2345)
Schema.d.ts(160, 18): '[TypeId]' is declared here.