Tsarr Documentation - v1.8.0
    Preparing search index...

    Interface ServarrClientConfig

    interface ServarrClientConfig {
        baseUrl: string;
        apiKey: string;
        timeout?: number;
        headers?: Record<string, string>;
    }
    Index

    Properties

    baseUrl: string
    apiKey: string
    timeout?: number
    headers?: Record<string, string>