@marianfoo/adt-ls - v0.4.1
    Preparing search index...

    Interface ServiceInfo

    Live OData service info (from fetch_service_information).

    interface ServiceInfo {
        entitySets: { name: string; navigations: string[] }[];
        serviceUrl: string;
    }
    Index

    Properties

    entitySets: { name: string; navigations: string[] }[]
    serviceUrl: string