interfaces or types which come from an external library to Effect/Schema? I find it quite time-consuming to map each field to Effect/Schema. Even tho, there is LSP which does this conversion, everytime that library updates, fields update as well, so I have to backport those changes into my Effect/Schema. Is there a way to S.schemaFromTsInterface or something similar ?