Effect CommunityEC
Effect Communityโ€ข2mo agoโ€ข
4 replies
rick๐Ÿ–

Type Error with UUID Schema in HttpApiSchema Param

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.


i have no idea about this error .. whats wrong with this ?
Was this page helpful?