Search
Feedback
Setup for Free
EC
Effect Community
•
3y 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, });
const Input = S.struct({ a: S.string, b: S.number, });
i want use it inside function parameters
Effect Community
Join
Production-grade applications in TypeScript.
5,917
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
const
Input
=
S
.
struct
({
a:
S
.string,
b:
S
.number,
});
const
Input
=
S
.
struct
({
a:
S
.string,
b:
S
.number,
});
Similar Threads
Schema Validation with Branded Types and Nominal Function in TypeScript
EC
Effect Community / schema
9mo ago
Comparing Schema Types in Effect Typescript
EC
Effect Community / effect-beginners-🚀
10mo ago
Extracting TypeScript Types from Schema Definitions in TypeScript
EC
Effect Community / schema
2y ago
Using Schema to Define Function Shapes in Effect Typescript
EC
Effect Community / schema
15mo ago