WIP command-flow / process-flow / TypeAlias

ProcessResultOf

Generic types:P

No documentation has been provided.

Presentation

type ProcessResultOf = P extends Process<infer T> ? T : never;