luzapi
    Preparing search index...

    Interface EsiosApiPostOptions

    interface EsiosApiPostOptions {
        body: any;
        customHeaders?: HeadersInit;
        endpoint: string;
    }
    Index

    Properties

    body: any
    customHeaders?: HeadersInit
    endpoint: string