jikan4.js
    Preparing search index...

    Interface ClientEvents

    interface ClientEvents {
        debug: [scope: string, message: string];
        [key: string]: any[];
    }

    Hierarchy

    • EventInterface
      • ClientEvents

    Indexable

    • [key: string]: any[]
    Index

    Properties

    Properties

    debug: [scope: string, message: string]