@sheerid/jslib
    Preparing search index...

    Type Alias RestApiOptions

    type RestApiOptions = {
        resources?: RestResources;
        serviceUrl: string;
    }
    Index

    Properties

    resources?: RestResources
    serviceUrl: string