mineos-market-client
    Preparing search index...

    Type Alias PublicationDependency

    A dependency on an existing publication.

    { publicationName: "GUI" }
    
    type PublicationDependency = {
        publicationName: string;
        sourceUrl?: never;
        path?: never;
    }
    Index

    Properties

    publicationName: string

    Name of the referenced publication

    sourceUrl?: never
    path?: never