© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Using Schema Types in TypeScript Function Parameters - Effect Community
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.
6,221
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Using Schema for Function Argument Types
EC
Effect Community / 🚀-beginners
3mo ago
Comparing Schema Types in Effect Typescript
EC
Effect Community / 🚀-beginners
12mo ago
Mapping Standard Types to Effect Schema Types in TypeScript
EC
Effect Community / 🚀-beginners
2y ago
Validation using a Schema in TypeScript
EC
Effect Community / 🚀-beginners
2y ago