Type Alias TypefusionScriptUnknownEffect

TypefusionScriptUnknownEffect: TypefusionScriptEffect<Record<string, unknown>>

The type of a Typefusion script export (TypefusionScriptExport) when the result of the runEffect function contains potentially only the return data. However, the data is unknown, so you can pass in any data array and it will type check.