luzapi
    Preparing search index...

    Interface EsiosApi

    interface EsiosApi {
        indicators: (
            id: number,
            queryParams?: QueryParams,
            token?: string,
        ) => Promise<IndicatorResponse>;
    }
    Index

    Properties

    Properties

    indicators: (
        id: number,
        queryParams?: QueryParams,
        token?: string,
    ) => Promise<IndicatorResponse>