AshTypescript. Rpc. Codegen. TypeGenerators. InputTypes
(ash_typescript v0.18.0)
Copy Markdown
View Source
Generates TypeScript input types for RPC actions.
Input types describe the shape of data passed to RPC actions. With the
Ash.Info.Manifest unified inputs list (action arguments + accepted
attributes), all entries are handled uniformly here; only the client-side
name resolution distinguishes argument-name mappings from field-name mappings.
Summary
Functions
Generates the TypeScript input type for an RPC action.