jikan4.js
    Preparing search index...

    Interface APIRequestQuery

    interface APIRequestQuery {
        disableCaching?: string;
        [key: string]: undefined | string | boolean;
    }

    Indexable

    • [key: string]: undefined | string | boolean
    Index

    Properties

    Properties

    disableCaching?: string