Package version:

Details for Publisher Information.

interface PublisherInformation {
    dataProducts: DataProductInformation[];
    publisherName: string;
}

Properties

dataProducts: DataProductInformation[]

Data product information.

publisherName: string

Name of the publisher.

Generated using TypeDoc