combineSandboxTypes
function combineSandboxTypes(actionBlocks): string;Defined in: types/types.ts:57
Assembles per-action type blocks (from generateActionTypes) and the
data global into one ambient declaration file — the globals a script is
type-checked against.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
actionBlocks |
string[] |
Returns
Section titled “Returns”string