Installation<SF>: TagContainer<SF> & RemotableObject & {
    getBundle: (() => SourceBundle);
    getBundleLabel: (() => string);
}

Installation of a contract, typed by its start function.

Type Parameters