Extracting the type of `S.literal('a','b','c')` and the limitations of `S.Schema.To<..>`
How can I extract the type of
S.literal('a','b','c') ? S.Schema.To<..> does not workS.literal('a','b','c')S.Schema.To<..>