Type alias CLINativeScriptAny

CLINativeScriptAny: {
    scripts: CLINativeScript[];
    type: "any";
}

Type declaration