Is it possible for me to integrate Standard Schemas from other libraries such as Effect.Schema or Zod with ArkType?
I am using Effect and trying to use their Config module which seems built on their Schema type which can be exported to Standard Schema. I really don't want to redefine my schemas/types and am wondering if ArkType supports using other Standard Schema types to create its types?