Documentation
    Preparing search index...

    Interface JournalExpansionIndexResponse

    The response for a journal expansion index.

    interface JournalExpansionIndexResponse {
        _links: { self: Href };
        tiers: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • JournalExpansionIndexResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    tiers: NameIdKey[]