Documentation
    Preparing search index...
    interface PackageResponse {
        modules: ModuleResponse[];
        originalId: string;
        storageId: string;
        version: string;
    }
    Index

    Properties

    modules: ModuleResponse[]
    originalId: string
    storageId: string
    version: string