Inferred output type for a component function.
type TestOutput = ComponentFunctionOutput<"ecommerce::order", "test">// → { item_count?: number; total?: number } Copy
type TestOutput = ComponentFunctionOutput<"ecommerce::order", "test">// → { item_count?: number; total?: number }
Inferred output type for a component function.