@output.ai/core 0.1.18-dev.pr12-ega9 → 0.1.18-dev.pr24-87as
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.d.ts +1 -1
package/package.json
CHANGED
package/src/index.d.ts
CHANGED
|
@@ -142,7 +142,7 @@ export type StepFunctionWrapper<StepFunction> =
|
|
|
142
142
|
* @param params.outputSchema - Zod schema for the `fn` output
|
|
143
143
|
* @param params.fn - A handler function containing the step code
|
|
144
144
|
* @param params.options - Temporal Activity options
|
|
145
|
-
* @returns
|
|
145
|
+
* @returns The same handler function set at `fn`
|
|
146
146
|
*/
|
|
147
147
|
export declare function step<
|
|
148
148
|
InputSchema extends AnyZodSchema | undefined = undefined,
|