Type alias CLINativeScriptAll

CLINativeScriptAll: {
    scripts: CLINativeScript[];
    type: "all";
}

Type declaration