aniql
    Preparing search index...

    Interface AniQLRequestOptions

    Options for the request made by the AniQL client.

    interface AniQLRequestOptions {
        token?: string;
    }
    Index

    Properties

    Properties

    token?: string