Understanding TypeScript Error with Missing Properties in 'TestCommand'

Can someone help me to understand why I receive the error Type 'TestCommand' is missing the following properties from type 'Command<any, any, any, any, never>': success, failure, ast, make, and 11 more.?

https://effect.website/play#9645e51595a1

Other types utilities like Request.Request.Success works correctly so I'm struggling to figure out where the error is
Was this page helpful?