typefusion
    Preparing search index...

    Type Alias TypefusionScriptUnknown

    TypefusionScriptUnknown: TypefusionScript<Record<string, unknown>>

    The type of a Typefusion script export (TypefusionScriptExport) when the result of the run 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.