jikan4.js
    Preparing search index...

    Interface APIRequestData

    interface APIRequestData {
        cache?: boolean;
        path: string;
        query?: APIRequestQuery;
    }
    Index

    Properties

    Properties

    cache?: boolean
    path: string