Interface ComponentScripts

interface ComponentScripts {
    [namespace: string]: ComponentScript[];
}

Indexable

[namespace: string]: ComponentScript[]