mineos-market-client
    Preparing search index...

    Type Alias Dependency

    Dependency information containing source location and version details

    type Dependency = {
        sourceUrl: string;
        path: string;
        version: number;
        typeId: FileType;
        publicationName?: string;
        categoryId?: PublicationCategory;
    }
    Index

    Properties

    sourceUrl: string

    URL to the source code repository

    path: string

    Path to the main file or entry point

    version: number

    Version number of the dependency

    typeId: FileType

    File type identifier

    publicationName?: string

    Name of the dependency publication

    categoryId?: PublicationCategory

    Category identifier of the dependency