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

    Type Alias GetApiV1QueueDetailsData

    type GetApiV1QueueDetailsData = {
        body?: never;
        path?: never;
        query?: {
            authorId?: number;
            bookIds?: number[];
            includeAuthor?: boolean;
            includeBook?: boolean;
        };
        url: "/api/v1/queue/details";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: {
        authorId?: number;
        bookIds?: number[];
        includeAuthor?: boolean;
        includeBook?: boolean;
    }
    url: "/api/v1/queue/details"