aniql
    Preparing search index...

    Type Alias AniQLRequestOptions

    Options for the request made by the AniQL client.

    type AniQLRequestOptions = {
        token?: string;
    }
    Index

    Properties

    Properties

    token?: string