Capsium TypeScript API
    Preparing search index...

    Interface LoadedDependency

    A resolved §4a dependency, verified with the same gates as the main package.

    interface LoadedDependency {
        model: CapsiumPackage;
        validity: IntegrityReport;
    }
    Index
    validity: IntegrityReport