Options for creating a runtime.
API
interface UseRuntimeOptions {
functions: [... (RuntimeFunctionRef < any), any > []];
timeout?: number;
}
Options for creating a runtime.
interface UseRuntimeOptions {
functions: [... (RuntimeFunctionRef < any), any > []];
timeout?: number;
}