@barbarbar338/bhapi
    Preparing search index...

    Type Alias QueueItem

    type QueueItem = {
        config: AxiosRequestConfig;
        path: string;
        reject: (reason?: any) => void;
        resolve: (value: AxiosResponse) => void;
    }
    Index

    Properties

    config: AxiosRequestConfig
    path: string
    reject: (reason?: any) => void
    resolve: (value: AxiosResponse) => void