aniql
    Preparing search index...

    Interface AniQLOptions

    Options for the AniQL client.

    interface AniQLOptions {
        auth: AniQLAuth;
        get_token?: () => Awaitable<string | undefined>;
    }

    Hierarchy

    • ClientOptions
      • AniQLOptions
    Index

    Properties

    Properties

    auth: AniQLAuth
    get_token?: () => Awaitable<string | undefined>