Effect CommunityEC
Effect Community3y ago
3 replies
Sadra

Using Schema Types in TypeScript Function Parameters

is there way to get Schema types for typescipt ?
const Input = S.struct({
  a: S.string,
  b: S.number,
});

i want use it inside function parameters
Was this page helpful?