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